Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Instantiates a new parameterized type object of the specified class without attempting to call a constructor method.
Syntax
HRESULT NewParameterizedObjectNoConstructor (
[in] ICorDebugClass *pClass,
[in] ULONG32 nTypeArgs,
[in, size_is(nTypeArgs)] ICorDebugType *ppTypeArgs[]
);
Parameters
pClass
[in] A pointer to an ICorDebugClass object that represents the class of the object to be instantiated.
nTypeArgs
[in] The number of type arguments passed.
ppTypeArgs
[in] An array of pointers, each of which points to an ICorDebugType object that represents a type argument for the object that is being instantiated.
Remarks
The NewParameterizedObjectNoConstructor method will fail if an incorrect number of type arguments or the wrong types of type arguments are passed.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0