Click or drag to resize

SerialisableType Class

[This is preliminary documentation and is subject to change.]

A serialisable class that represents a Type.
Inheritance Hierarchy
SystemObject
  Umbrace.Unity.PurePoolSerialisableType

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class SerialisableType : ISerializationCallbackReceiver, 
	IEquatable<SerialisableType>

The SerialisableType type exposes the following members.

Constructors
  NameDescription
Public methodSerialisableType(String)
Initialises a new instance of the SerialisableType class.
Public methodSerialisableType(Type)
Initialises a new instance of the SerialisableType class.
Top
Properties
  NameDescription
Public propertyType
Gets or sets type of class reference.
Top
Methods
Operators
See Also