ICorDebugEval2.NewParameterizedObjectNoConstructor 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:
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
- pClass
- ICorDebugClass
- nTypeArgs
- UInt32
- ppTypeArgs
- ICorDebugType[]