DkmClrType.FunctionPointerArgumentTypes Propriedade

Definição

Adicional Se o tipo atual for um ponteiro de função, especifica os tipos dos argumentos.

Essa API foi introduzida no Visual Studio 14 atualização 1 (DkmApiVersion. VS14Update1).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ FunctionPointerArgumentTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> FunctionPointerArgumentTypes { get; }
member this.FunctionPointerArgumentTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType>
Public ReadOnly Property FunctionPointerArgumentTypes As ReadOnlyCollection(Of DkmClrType)

Valor da propriedade

ReadOnlyCollection<DkmClrType>

Aplica-se a