HostFunctionsnewObj Method |
Name | Description | |
---|---|---|
![]() ![]() | newObj |
Creates an empty host object.
|
![]() ![]() | newObjT(Object) |
Creates a host object of the specified type. This version is invoked if the specified
type can be used as a type argument.
|
![]() | newObj(IDynamicMetaObjectProvider, Object) |
Performs dynamic instantiation.
|
![]() | newObj(Object, Object) |
Creates a host object of the specified type. This version is invoked if the specified
type cannot be used as a type argument.
|