ICorDebugEval2.NewParameterizedObjectNoConstructor Method

Definition

public:
 void NewParameterizedObjectNoConstructor(Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pClass, System::UInt32 nTypeArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs);
public:
 int NewParameterizedObjectNoConstructor(Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pClass, System::UInt32 nTypeArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs);
public:
 void NewParameterizedObjectNoConstructor(Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pClass, unsigned int nTypeArgs, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs);
void NewParameterizedObjectNoConstructor(Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass const & pClass, unsigned int nTypeArgs, std::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType const &> const & ppTypeArgs);
public void NewParameterizedObjectNoConstructor (Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass pClass, uint nTypeArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] ppTypeArgs);
public int NewParameterizedObjectNoConstructor (Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass pClass, uint nTypeArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] ppTypeArgs);
abstract member NewParameterizedObjectNoConstructor : Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] -> unit
abstract member NewParameterizedObjectNoConstructor : Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] -> int
Public Sub NewParameterizedObjectNoConstructor (pClass As ICorDebugClass, nTypeArgs As UInteger, ppTypeArgs As ICorDebugType())
Public Function NewParameterizedObjectNoConstructor (pClass As ICorDebugClass, nTypeArgs As UInteger, ppTypeArgs As ICorDebugType()) As Integer

Parameters

nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]

Returns

Applies to