[This is preliminary documentation and is subject to change.]
The MetaType type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| MetaType | Initializes a new instance of the MetaType class | |
| MetaType(PortableObjectDocument, Type) | Initializes a new instance of the MetaType class |
Methods
| Name | Description | |
|---|---|---|
| Build | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetExistingOrNewMetaTypeIndex |
Obtains new or existing instance of MetaType that represents a Type in the document instance
| |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| __CLRType | ||
| m_Document |
Properties
| Name | Description | |
|---|---|---|
| AssemblyQualifiedName |
Returns Type.AssemblyQualifiedName
| |
| Document |
Returns document instance that contains this type
| |
| Name |
Returns Type.Name
| |
| Namespace |
Returns Type.Namespace
|
See Also