ClassTypeReference

Class in Arbor / Inherits from: object
Implements interfaces: System.IEquatable<ClassTypeReference>

Description

A reference class for serializable types.

Remarks

To restrict selectable types from the Editor, specify an attribute that inherits ClassTypeConstraintAttribute.

Constructors

Description
ClassTypeReference Create a ClassTypeReference without specifying anything.

Properties

Property Name Description
assemblyTypeName Serializable format type name
type Reference type

Methods

Method Name Description
Equals Returns whether this is equal to ClassTypeReference.
GetHashCode Get a hash code.
IsAssignableFrom It is judged whether or not it is assignable type.
ToString Convert to a string.

Static Methods

Method Name Description
GetAssemblyType Get System.Type from string.
TidyAssemblyTypeName Convert Type to a serializable string.

Operators

Operator Name Description
ClassTypeReference Cast from Type to ClassTypeReference.
operator != Returns whether ClassTypeReference are not equal.
operator == Returns whether ClassTypeReference is equal.
Type Cast from ClassTypeReference to Type.