ClassTypeReference

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

A reference class for serializable types.

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

Description
ClassTypeReference Create a ClassTypeReference without specifying anything.
Field Name Description
onTypeChanged Called when changing type
Property Name Description
assemblyTypeName Serializable format type name
type Reference type
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.
Method Name Description
GetAssemblyType Get System.Type from string.
TidyAssemblyTypeName Convert Type to a serializable string.
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.