Show / Hide Table of Contents

Class AssemblyDefinitionFile

Represents a loaded asmdef file

Inheritance
object
AssemblyDefinitionFile
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class AssemblyDefinitionFile

Fields

| Edit this page View Source

allowUnsafeCode

Declaration
public bool allowUnsafeCode
Field Value
Type Description
bool
| Edit this page View Source

autoReferenced

Declaration
public bool autoReferenced
Field Value
Type Description
bool
| Edit this page View Source

defineConstraints

Declaration
public List<string> defineConstraints
Field Value
Type Description
List<string>
| Edit this page View Source

excludePlatforms

Declaration
public List<string> excludePlatforms
Field Value
Type Description
List<string>
| Edit this page View Source

includePlatforms

Declaration
public List<string> includePlatforms
Field Value
Type Description
List<string>
| Edit this page View Source

name

Declaration
public string name
Field Value
Type Description
string
| Edit this page View Source

noEngineReferences

Declaration
public bool noEngineReferences
Field Value
Type Description
bool
| Edit this page View Source

overrideReferences

Declaration
public bool overrideReferences
Field Value
Type Description
bool
| Edit this page View Source

references

Declaration
public List<string> references
Field Value
Type Description
List<string>
| Edit this page View Source

rootNamespace

Declaration
public string rootNamespace
Field Value
Type Description
string

Methods

| Edit this page View Source

GetAllDefinitionsInFolder(string)

Declaration
public static Dictionary<string, AssemblyDefinitionFile> GetAllDefinitionsInFolder(string folder)
Parameters
Type Name Description
string folder
Returns
Type Description
Dictionary<string, AssemblyDefinitionFile>
| Edit this page View Source

Load(string)

Declaration
public static AssemblyDefinitionFile Load(string path)
Parameters
Type Name Description
string path
Returns
Type Description
AssemblyDefinitionFile
| Edit this page View Source

Save(string, AssemblyDefinitionFile)

Declaration
public static void Save(string path, AssemblyDefinitionFile asmDef)
Parameters
Type Name Description
string path
AssemblyDefinitionFile asmDef

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾