Condividi tramite


IDebugComPlusSymbolProvider2.GetSymAttribute Method

Definition

public:
 int GetSymAttribute(System::UInt32 ulAppDomainID, Guid guidModule, int tokParent, System::String ^ pstrName, System::UInt32 cBuffer, [Runtime::InteropServices::Out] System::UInt32 % pcBuffer, cli::array <System::Byte> ^ buffer);
public int GetSymAttribute (uint ulAppDomainID, Guid guidModule, int tokParent, string pstrName, uint cBuffer, out uint pcBuffer, byte[] buffer);
abstract member GetSymAttribute : uint32 * Guid * int * string * uint32 * uint32 * byte[] -> int
Public Function GetSymAttribute (ulAppDomainID As UInteger, guidModule As Guid, tokParent As Integer, pstrName As String, cBuffer As UInteger, ByRef pcBuffer As UInteger, buffer As Byte()) As Integer

Parameters

ulAppDomainID
UInt32
guidModule
Guid
tokParent
Int32
pstrName
String
cBuffer
UInt32
pcBuffer
UInt32
buffer
Byte[]

Returns

Implements

Applies to