Class AssemblyInformation
Stores information about an assembly in the project
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class AssemblyInformation
Fields
| Edit this page View SourceAssemblyDefinitionPath
The file path of the asmdef file
Declaration
public string AssemblyDefinitionPath
Field Value
Type | Description |
---|---|
string |
AssemblyGUID
The GUID of the assembly
Declaration
public string AssemblyGUID
Field Value
Type | Description |
---|---|
string |
AssemblyName
The name of the assembly
Declaration
public string AssemblyName
Field Value
Type | Description |
---|---|
string |
Definition
The asmdef file the assembly is defined in
Declaration
public AssemblyDefinitionFile Definition
Field Value
Type | Description |
---|---|
AssemblyDefinitionFile |
ScriptPaths
A list of all the script file paths that are a part of the assembly
Declaration
public List<string> ScriptPaths
Field Value
Type | Description |
---|---|
List<string> |
Methods
| Edit this page View SourceLoad()
Loads information about an assembly based on the AssemblyDefinitionPath
Declaration
public void Load()
Save()
Saves all current information to the asmdef file
Declaration
public void Save()