Class Assembly
Assembly: UnityEditor.dll
Syntax
Constructors
|
Improve this Doc
View Source
Assembly(String, String, String[], String[], Assembly[], String[], AssemblyFlags)
Declaration
public Assembly(string name, string outputPath, string[] sourceFiles, string[] defines, Assembly[] assemblyReferences, string[] compiledAssemblyReferences, AssemblyFlags flags)
Parameters
|
Improve this Doc
View Source
Assembly(String, String, String[], String[], Assembly[], String[], AssemblyFlags, ScriptCompilerOptions)
Declaration
public Assembly(string name, string outputPath, string[] sourceFiles, string[] defines, Assembly[] assemblyReferences, string[] compiledAssemblyReferences, AssemblyFlags flags, ScriptCompilerOptions compilerOptions)
Parameters
Properties
|
Improve this Doc
View Source
allReferences
Declaration
public string[] allReferences { get; }
Property Value
|
Improve this Doc
View Source
assemblyReferences
Declaration
public Assembly[] assemblyReferences { get; }
Property Value
|
Improve this Doc
View Source
compiledAssemblyReferences
Declaration
public string[] compiledAssemblyReferences { get; }
Property Value
|
Improve this Doc
View Source
compilerOptions
Declaration
public ScriptCompilerOptions compilerOptions { get; }
Property Value
|
Improve this Doc
View Source
defines
Declaration
public string[] defines { get; }
Property Value
|
Improve this Doc
View Source
flags
Declaration
public AssemblyFlags flags { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
outputPath
Declaration
public string outputPath { get; }
Property Value
|
Improve this Doc
View Source
sourceFiles
Declaration
public string[] sourceFiles { get; }
Property Value
Extension Methods