ICorDebugEval::NewObject Method
.NET Framework 4.5
Allocates a new object instance and calls the specified constructor method.
This method is obsolete in the .NET Framework version 2.0. Use ICorDebugEval2::NewParameterizedObject instead.
HRESULT NewObject (
[in] ICorDebugFunction *pConstructor,
[in] ULONG32 nArgs,
[in, size_is(nArgs)] ICorDebugValue *ppArgs[]
);
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 1.1, 1.0