Table of Contents

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

inClass string
inNamespace string
inAssembly string

ManagedReferenceType(Type)

public ManagedReferenceType(Type type)

Parameters

type Type

Fields

_asm

public string _asm

Field Value

string

_class

public string _class

Field Value

string

_ns

public string _ns

Field Value

string

Methods

Equals(ManagedReferenceType)

public bool Equals(ManagedReferenceType other)

Parameters

other ManagedReferenceType

Returns

bool

ToString()

public override readonly string ToString()

Returns

string

ToType()

public readonly Type ToType()

Returns

Type