IDebugComPlusSymbolProvider.GetArrayTypeFromAddress Method
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.
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