Class SerializedType
A class that converts a Type into a serializable object.
Inheritance
SerializedType
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SerializedType
Constructors
SerializedType(Type)
Declaration
public SerializedType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
AssemblyQualifiedName
Declaration
public string AssemblyQualifiedName { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value
Methods
Equals(SerializedType)
Declaration
public bool Equals(SerializedType other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object otherObject)
Parameters
Type |
Name |
Description |
Object |
otherObject |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Equality(SerializedType, SerializedType)
Declaration
public static bool operator ==(SerializedType a, SerializedType b)
Parameters
Returns
Inequality(SerializedType, SerializedType)
Declaration
public static bool operator !=(SerializedType a, SerializedType b)
Parameters
Returns