Attempts to allocate a new instance of T on the specified heap.
The heap to allocate the instance on.
The arguments to pass to the type's constructor.
A reference to the instantiated object or null if allocation failed.
See Implementation
Attempts to allocate a new instance of T on the specified heap.