Class ILPostProcessorRunner.CompiledAssembly | DOTS Runtime | 0.31.0-preview.24
docs.unity3d.com
    Show / Hide Table of Contents

    Class ILPostProcessorRunner.CompiledAssembly

    In-memory representation of a built assembly, with full path strings to the assemblies it references

    Inheritance
    Object
    ILPostProcessorRunner.CompiledAssembly
    Namespace: Global Namespace
    Syntax
    public class CompiledAssembly : ICompiledAssembly

    Constructors

    CompiledAssembly(String, String[], String[])

    Declaration
    public CompiledAssembly(string asmPath, string[] referencePaths, string[] defines)
    Parameters
    Type Name Description
    String asmPath
    String[] referencePaths
    String[] defines

    Properties

    Defines

    Declaration
    public string[] Defines { get; }
    Property Value
    Type Description
    String[]

    InMemoryAssembly

    Declaration
    public InMemoryAssembly InMemoryAssembly { get; set; }
    Property Value
    Type Description
    InMemoryAssembly

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    References

    Declaration
    public string[] References { get; }
    Property Value
    Type Description
    String[]

    Methods

    Save()

    Declaration
    public void Save()
    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