Class ReflectionUtility | Kinematica | 0.5.0-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Class ReflectionUtility

    Inheritance
    Object
    ReflectionUtility
    Namespace: Unity.SnapshotDebugger
    Syntax
    public static class ReflectionUtility

    Methods

    GetTypesFromAssembly(Assembly)

    Get all defined types in a given assembly

    Declaration
    public static IEnumerable<Type> GetTypesFromAssembly(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    IEnumerable<Type>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX