Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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[]
);
Parameters
pConstructor
[in] The constructor to be called.nArgs
[in] The size of the ppArgs array.ppArgs
[in] An array of ICorDebugValue objects, each of which represents an argument to be passed to the constructor.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 1.1, 1.0