Share via


ICorDebugEval::NewObjectNoConstructor Method

Allocates a new object instance of the specified type, without attempting to call a constructor method.

This method is obsolete in the .NET Framework version 2.0. Use ICorDebugEval2::NewParameterizedObjectNoConstructor Method instead.

HRESULT NewObjectNoConstructor (
    [in] ICorDebugClass     *pClass
);

Parameters

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 1.1, 1.0

See Also

Reference

ICorDebugEval Interface
ICorDebugEval2::NewParameterizedObjectNoConstructor Method