Class AssemblyDefinitionFile
Represents a loaded asmdef file
Inheritance
AssemblyDefinitionFile
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class AssemblyDefinitionFile
Fields
|
Edit this page
View Source
allowUnsafeCode
Declaration
public bool allowUnsafeCode
Field Value
|
Edit this page
View Source
autoReferenced
Declaration
public bool autoReferenced
Field Value
|
Edit this page
View Source
defineConstraints
Declaration
public List<string> defineConstraints
Field Value
|
Edit this page
View Source
Declaration
public List<string> excludePlatforms
Field Value
|
Edit this page
View Source
Declaration
public List<string> includePlatforms
Field Value
|
Edit this page
View Source
name
Declaration
Field Value
|
Edit this page
View Source
noEngineReferences
Declaration
public bool noEngineReferences
Field Value
|
Edit this page
View Source
overrideReferences
Declaration
public bool overrideReferences
Field Value
|
Edit this page
View Source
references
Declaration
public List<string> references
Field Value
|
Edit this page
View Source
rootNamespace
Declaration
public string rootNamespace
Field Value
Methods
|
Edit this page
View Source
GetAllDefinitionsInFolder(string)
Declaration
public static Dictionary<string, AssemblyDefinitionFile> GetAllDefinitionsInFolder(string folder)
Parameters
Type |
Name |
Description |
string |
folder |
|
Returns
|
Edit this page
View Source
Load(string)
Declaration
public static AssemblyDefinitionFile Load(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
Save(string, AssemblyDefinitionFile)
Declaration
public static void Save(string path, AssemblyDefinitionFile asmDef)
Parameters
Extension Methods