Constructor()

Namespace ›› System ›› MfType ›› Methods ››
Parent Previous Next

Constructor()

OutputVar := new MfType(obj)
OutputVar := new MfType(obj, TypeName)

Constructor(obj)

Creates a MfType instance with type information for obj.

Constructor(obj, TypeName)

Creates a MfType instance with type information for obj  and assigns TypeName to TypeName Property.

Parameters

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.

Remarks

Sealed Class

Throws

Throws MfNotSupportedException if class is extended/inherited.