DkmNativeCppFunctionType.ArgumentTypes Property

Definition

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)

Property Value

Applies to