DkmNativeCppFunctionType.ArgumentTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of each argument to the function. For instance member functions, this does not include the 'this' pointer.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^> ^ ArgumentTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType> ArgumentTypes { get; }
member this.ArgumentTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType>
Public ReadOnly Property ArgumentTypes As ReadOnlyCollection(Of DkmNativeCppType)