OutputVar := new MfType(obj)
OutputVar := new MfType(obj, TypeName)
Creates a MfType instance with type information for obj.
Creates a MfType instance with type information for obj and assigns TypeName to TypeName Property.
obj
The Object to get the type info from.
TypeName
A string representing the TypeName of the object. Can be string var or MfString instance.
Sealed Class
Throws MfNotSupportedException if class is extended/inherited.