Struct ManagedReferenceType
- Namespace
- Ceres
- Assembly
- Ceres.Graph.dll
Serialized type in managed reference format
public struct ManagedReferenceType : IEquatable<ManagedReferenceType>
- Implements
- Inherited Members
Constructors
ManagedReferenceType(string, string, string)
public ManagedReferenceType(string inClass, string inNamespace, string inAssembly)
Parameters
ManagedReferenceType(Type)
public ManagedReferenceType(Type type)
Parameters
typeType
Fields
_asm
public string _asm
Field Value
_class
public string _class
Field Value
_ns
public string _ns
Field Value
Methods
Equals(ManagedReferenceType)
public bool Equals(ManagedReferenceType other)
Parameters
otherManagedReferenceType
Returns
ToString()
public override readonly string ToString()
Returns
ToType()
public readonly Type ToType()