Class SystemType
Reference to a class Type with support for Unity serialization.
Assembly: cs.temp.dll.dll
[Serializable]
public sealed class SystemType : ISerializationCallbackReceiver
Constructors
Initializes a new instance of the SystemType class.
Declaration
public SystemType(string assemblyQualifiedClassName)
Parameters
Type |
Name |
Description |
String |
assemblyQualifiedClassName |
Assembly qualified class name.
|
Initializes a new instance of the SystemType class.
Declaration
public SystemType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
Class type.
|
Exceptions
Properties
Gets or sets type of class reference.
Declaration
public Type Type { get; set; }
Property Value
Exceptions
Methods
Declaration
public static string GetReference(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Declaration
public override string ToString()
Returns
Operators
Declaration
public static implicit operator string (SystemType type)
Parameters
Returns
Declaration
public static implicit operator Type(SystemType type)
Parameters
Returns
Declaration
public static implicit operator SystemType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns