GC NewObj Method Fling OS
Creates a new object of specified type (but does not call the default constructor).

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[NewObjMethodAttribute]
[NoGCAttribute]
[NoDebugAttribute]
public static void* NewObj(
	Type theType
)

Return Value

Type: Void*
A pointer to the new object in memory.
See Also