Show / Hide Table of Contents

    Class AssemblyUtility

    The methods in this class can be slow and could impact performance if used during runtime. It is recommended to avoid using this class at runtime.

    Inheritance
    Object
    AssemblyUtility
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public static class AssemblyUtility

    Properties

    AllTypes

    Declaration
    public static List<Type> AllTypes { get; }
    Property Value
    Type Description
    List<Type>

    Methods

    GetTypeFullName(String, Boolean)

    Declaration
    public static Type GetTypeFullName(string typeFullname, bool refresh = false)
    Parameters
    Type Name Description
    String typeFullname
    Boolean refresh
    Returns
    Type Description
    Type

    GetTypeName(String, Boolean)

    Declaration
    public static Type GetTypeName(string typeName, bool refresh = false)
    Parameters
    Type Name Description
    String typeName
    Boolean refresh
    Returns
    Type Description
    Type

    ResetFilter()

    Declaration
    public static void ResetFilter()

    SetFilter(Predicate<String>)

    Declaration
    public static void SetFilter(Predicate<string> assembliesToInclude)
    Parameters
    Type Name Description
    Predicate<String> assembliesToInclude
    Back to top Copyright © 2020 East Side Games Inc.