Search Results for

    Show / Hide Table of Contents

    Struct ManagedReferenceType

    Serialized type in managed reference format

    Implements
    IEquatable<><ManagedReferenceType>
    Inherited Members
    System.ValueType.Equals(object)
    System.ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Ceres
    Assembly: cs.temp.dll.dll
    Syntax
    public struct ManagedReferenceType : IEquatable<ManagedReferenceType>

    Constructors

    ManagedReferenceType(string, string, string)

    Declaration
    public ManagedReferenceType(string inClass, string inNamespace, string inAssembly)
    Parameters
    Type Name Description
    string inClass
    string inNamespace
    string inAssembly

    ManagedReferenceType(Type)

    Declaration
    public ManagedReferenceType(Type type)
    Parameters
    Type Name Description
    Type type

    Fields

    _asm

    Declaration
    public string _asm
    Field Value
    Type Description
    string

    _class

    Declaration
    public string _class
    Field Value
    Type Description
    string

    _ns

    Declaration
    public string _ns
    Field Value
    Type Description
    string

    Methods

    Equals(ManagedReferenceType)

    Declaration
    public bool Equals(ManagedReferenceType other)
    Parameters
    Type Name Description
    ManagedReferenceType other
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override readonly string ToString()
    Returns
    Type Description
    string
    Overrides
    System.ValueType.ToString()

    ToType()

    Declaration
    public readonly Type ToType()
    Returns
    Type Description
    Type

    Implements

    IEquatable<>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX