ICorDebugEval.NewObject 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
NewObject(ICorDebugFunction, UInt32, ICorDebugValue[]) | |
NewObject(ICorDebugFunction, UInt32, IntPtr[]) |
NewObject(ICorDebugFunction, UInt32, ICorDebugValue[])
public:
void NewObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, System::UInt32 nArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
public:
void NewObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, unsigned int nArgs, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
void NewObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction const & pConstructor, unsigned int nArgs, std::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue const &> const & ppArgs);
public void NewObject (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pConstructor, uint nArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] ppArgs);
abstract member NewObject : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] -> unit
Public Sub NewObject (pConstructor As ICorDebugFunction, nArgs As UInteger, ppArgs As ICorDebugValue())
Parameters
- pConstructor
- ICorDebugFunction
- nArgs
- UInt32
- ppArgs
- ICorDebugValue[]
Applies to
NewObject(ICorDebugFunction, UInt32, IntPtr[])
public:
int NewObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, System::UInt32 nArgs, cli::array <IntPtr> ^ ppArgs);
public int NewObject (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pConstructor, uint nArgs, IntPtr[] ppArgs);
public int NewObject (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pConstructor, uint nArgs, IntPtr[]? ppArgs);
abstract member NewObject : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * nativeint[] -> int
Public Function NewObject (pConstructor As ICorDebugFunction, nArgs As UInteger, ppArgs As IntPtr()) As Integer
Parameters
- pConstructor
- ICorDebugFunction
- nArgs
- UInt32
- ppArgs
-
IntPtr[]
nativeint[]