ICorDebugEval2.NewParameterizedObject Method

Definition

Overloads

NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])
NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])

NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])

public:
 void NewParameterizedObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, System::UInt32 nTypeArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs, System::UInt32 nArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
public:
 void NewParameterizedObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, unsigned int nTypeArgs, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs, unsigned int nArgs, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
void NewParameterizedObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction const & pConstructor, unsigned int nTypeArgs, std::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType const &> const & ppTypeArgs, unsigned int nArgs, std::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue const &> const & ppArgs);
public void NewParameterizedObject (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pConstructor, uint nTypeArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] ppTypeArgs, uint nArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] ppArgs);
abstract member NewParameterizedObject : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] -> unit
Public Sub NewParameterizedObject (pConstructor As ICorDebugFunction, nTypeArgs As UInteger, ppTypeArgs As ICorDebugType(), nArgs As UInteger, ppArgs As ICorDebugValue())

Parameters

pConstructor
ICorDebugFunction
nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]
nArgs
UInt32
ppArgs
ICorDebugValue[]

Applies to

NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])

public:
 int NewParameterizedObject(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pConstructor, System::UInt32 nTypeArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs, System::UInt32 nArgs, cli::array <IntPtr> ^ ppArgs);
public int NewParameterizedObject (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pConstructor, uint nTypeArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] ppTypeArgs, uint nArgs, IntPtr[] ppArgs);
abstract member NewParameterizedObject : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] * uint32 * nativeint[] -> int
Public Function NewParameterizedObject (pConstructor As ICorDebugFunction, nTypeArgs As UInteger, ppTypeArgs As ICorDebugType(), nArgs As UInteger, ppArgs As IntPtr()) As Integer

Parameters

pConstructor
ICorDebugFunction
nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]
nArgs
UInt32
ppArgs

IntPtr[]

nativeint[]

Returns

Applies to