docs.unity3d.com
    Show / Hide Table of Contents

    Class RuntimeCodebase

    Inheritance
    Object
    RuntimeCodebase
    Namespace: Unity.VisualScripting
    Syntax
    public static class RuntimeCodebase

    Fields

    disallowedAssemblies

    Declaration
    public static HashSet<string> disallowedAssemblies
    Field Value
    Type Description
    HashSet<String>

    Properties

    assemblies

    Declaration
    public static IEnumerable<Assembly> assemblies { get; }
    Property Value
    Type Description
    IEnumerable<Assembly>

    renamedAssemblies

    Declaration
    public static Dictionary<string, string> renamedAssemblies { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    renamedNamespaces

    Declaration
    public static Dictionary<string, string> renamedNamespaces { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    renamedTypes

    Declaration
    public static Dictionary<string, Type> renamedTypes { get; }
    Property Value
    Type Description
    Dictionary<String, Type>

    types

    Declaration
    public static IEnumerable<Type> types { get; }
    Property Value
    Type Description
    IEnumerable<Type>

    Methods

    ClearCachedTypes()

    Declaration
    public static void ClearCachedTypes()

    DeserializeType(String)

    Declaration
    public static Type DeserializeType(string typeName)
    Parameters
    Type Name Description
    String typeName
    Returns
    Type Description
    Type

    GetAssemblyAttributes(Type)

    Declaration
    public static IEnumerable<Attribute> GetAssemblyAttributes(Type attributeType)
    Parameters
    Type Name Description
    Type attributeType
    Returns
    Type Description
    IEnumerable<Attribute>

    GetAssemblyAttributes(Type, IEnumerable<Assembly>)

    Declaration
    public static IEnumerable<Attribute> GetAssemblyAttributes(Type attributeType, IEnumerable<Assembly> assemblies)
    Parameters
    Type Name Description
    Type attributeType
    IEnumerable<Assembly> assemblies
    Returns
    Type Description
    IEnumerable<Attribute>

    GetAssemblyAttributes<TAttribute>()

    Declaration
    public static IEnumerable<TAttribute> GetAssemblyAttributes<TAttribute>()
        where TAttribute : Attribute
    Returns
    Type Description
    IEnumerable<TAttribute>
    Type Parameters
    Name Description
    TAttribute

    GetAssemblyAttributes<TAttribute>(IEnumerable<Assembly>)

    Declaration
    public static IEnumerable<TAttribute> GetAssemblyAttributes<TAttribute>(IEnumerable<Assembly> assemblies)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    IEnumerable<Assembly> assemblies
    Returns
    Type Description
    IEnumerable<TAttribute>
    Type Parameters
    Name Description
    TAttribute

    PrewarmTypeDeserialization(Type)

    Declaration
    public static void PrewarmTypeDeserialization(Type type)
    Parameters
    Type Name Description
    Type type

    RenamedMembers(Type)

    Declaration
    public static Dictionary<string, string> RenamedMembers(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Dictionary<String, String>

    SerializeType(Type)

    Declaration
    public static string SerializeType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    String

    TryDeserializeType(String, out Type)

    Declaration
    public static bool TryDeserializeType(string typeName, out Type type)
    Parameters
    Type Name Description
    String typeName
    Type type
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023