holoride
Search Results for

    Show / Hide Table of Contents

    Class TypeCacheSingleton

    Inheritance
    object
    Object
    ScriptableObject
    SingletonBase
    Singleton<TypeCacheSingleton>
    TypeCacheSingleton
    Inherited Members
    Singleton<TypeCacheSingleton>.Instance
    SingletonBase.SingletonOnCreate()
    SingletonBase.SingletonOnEnable()
    SingletonBase.SingletonOnDisable()
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [HelpURL("http://localhost:8080/api/Holoride.ElasticSDK.TypeCacheSingleton.html")]
    public class TypeCacheSingleton : Singleton<TypeCacheSingleton>

    Methods

    GetMethodsWithAttribute(Type)

    Declaration
    public ICollection<MethodInfo> GetMethodsWithAttribute(Type attributeType)
    Parameters
    Type Name Description
    Type attributeType
    Returns
    Type Description
    ICollection<MethodInfo>

    GetMethodsWithAttribute<T>()

    Declaration
    public ICollection<MethodInfo> GetMethodsWithAttribute<T>() where T : Attribute
    Returns
    Type Description
    ICollection<MethodInfo>
    Type Parameters
    Name Description
    T

    GetTypesDerivedFrom(Type)

    Declaration
    public ICollection<Type> GetTypesDerivedFrom(Type parentType)
    Parameters
    Type Name Description
    Type parentType
    Returns
    Type Description
    ICollection<Type>

    GetTypesDerivedFrom<T>()

    Declaration
    public ICollection<Type> GetTypesDerivedFrom<T>()
    Returns
    Type Description
    ICollection<Type>
    Type Parameters
    Name Description
    T

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint