IDebugFunctionObject.CreateArrayObject 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.
Overloads
| CreateArrayObject(enum_OBJECT_TYPE, IDebugField, UInt32, UInt32[], UInt32[], IDebugObject) | |
| CreateArrayObject(UInt32, IDebugField, UInt32, UInt32[], UInt32[], IDebugObject) |
CreateArrayObject(enum_OBJECT_TYPE, IDebugField, UInt32, UInt32[], UInt32[], IDebugObject)
public:
int CreateArrayObject(Microsoft::VisualStudio::Debugger::Interop::enum_OBJECT_TYPE ot, Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pClassField, System::UInt32 dwRank, cli::array <System::UInt32> ^ dwDims, cli::array <System::UInt32> ^ dwLowBounds, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateArrayObject(Microsoft.VisualStudio.Debugger.Interop.enum_OBJECT_TYPE ot, Microsoft.VisualStudio.Debugger.Interop.IDebugField pClassField, uint dwRank, uint[] dwDims, uint[] dwLowBounds, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateArrayObject : Microsoft.VisualStudio.Debugger.Interop.enum_OBJECT_TYPE * Microsoft.VisualStudio.Debugger.Interop.IDebugField * uint32 * uint32[] * uint32[] * IDebugObject -> int
Public Function CreateArrayObject (ot As enum_OBJECT_TYPE, pClassField As IDebugField, dwRank As UInteger, dwDims As UInteger(), dwLowBounds As UInteger(), ByRef ppObject As IDebugObject) As Integer
Parameters
- pClassField
- IDebugField
- dwRank
- UInt32
- dwDims
- UInt32[]
- dwLowBounds
- UInt32[]
- ppObject
- IDebugObject
Returns
Applies to
CreateArrayObject(UInt32, IDebugField, UInt32, UInt32[], UInt32[], IDebugObject)
public:
int CreateArrayObject(System::UInt32 ot, Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pClassField, System::UInt32 dwRank, cli::array <System::UInt32> ^ dwDims, cli::array <System::UInt32> ^ dwLowBounds, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateArrayObject(uint ot, Microsoft.VisualStudio.Debugger.Interop.IDebugField pClassField, uint dwRank, uint[] dwDims, uint[] dwLowBounds, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateArrayObject : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugField * uint32 * uint32[] * uint32[] * IDebugObject -> int
Public Function CreateArrayObject (ot As UInteger, pClassField As IDebugField, dwRank As UInteger, dwDims As UInteger(), dwLowBounds As UInteger(), ByRef ppObject As IDebugObject) As Integer
Parameters
- ot
- UInt32
- pClassField
- IDebugField
- dwRank
- UInt32
- dwDims
- UInt32[]
- dwLowBounds
- UInt32[]
- ppObject
- IDebugObject