IDebugFunctionObject.CreateObject 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 CreateObject(Microsoft::VisualStudio::Debugger::Interop::IDebugFunctionObject ^ pConstructor, System::UInt32 dwArgs, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^> ^ pArgs, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateObject(Microsoft.VisualStudio.Debugger.Interop.IDebugFunctionObject pConstructor, uint dwArgs, Microsoft.VisualStudio.Debugger.Interop.IDebugObject[] pArgs, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateObject : Microsoft.VisualStudio.Debugger.Interop.IDebugFunctionObject * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugObject[] * IDebugObject -> int
Public Function CreateObject (pConstructor As IDebugFunctionObject, dwArgs As UInteger, pArgs As IDebugObject(), ByRef ppObject As IDebugObject) As Integer
Parameters
- pConstructor
- IDebugFunctionObject
- dwArgs
- UInt32
- pArgs
- IDebugObject[]
- ppObject
- IDebugObject