Condividi tramite


IDebugComPlusSymbolProvider.GetArrayTypeFromAddress Method

Definition

public:
 int GetArrayTypeFromAddress(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, cli::array <System::Byte> ^ pSig, System::UInt32 dwSigLength, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % ppField);
public int GetArrayTypeFromAddress(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, byte[] pSig, uint dwSigLength, out Microsoft.VisualStudio.Debugger.Interop.IDebugField ppField);
abstract member GetArrayTypeFromAddress : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * byte[] * uint32 * IDebugField -> int
Public Function GetArrayTypeFromAddress (pAddress As IDebugAddress, pSig As Byte(), dwSigLength As UInteger, ByRef ppField As IDebugField) As Integer

Parameters

pAddress
IDebugAddress
pSig
Byte[]
dwSigLength
UInt32
ppField
IDebugField

Returns

Applies to