跳到主要内容

Class AssemblyDefinition

Consts

colon

public const char colon = ':';

space

public const char space = ' ';

comma

public const char comma = ',';

doubleQuotes

public const char doubleQuotes = '\"';

leftBrackets

public const char leftBrackets = '[';

rightBrackets

public const char rightBrackets = ']';

indent

public const string indent = "    ";

Properties

name

public string name { get; set; }

rootNamespace

public string rootNamespace { get; set; }

autoReferenced

public bool autoReferenced { get; set; }

allowUnsafeCode

public bool allowUnsafeCode { get; set; }

noEngineReferences

public bool noEngineReferences { get; set; }

overrideReferences

public bool overrideReferences { get; private set; }

Methods

AddReference(string assemblyDefinition)

public void AddReference(string assemblyDefinition)

Addreferences(IEnumerable<string> assemblyDefinitions)

public void Addreferences(IEnumerable<string> assemblyDefinitions)

AddIncludePlatform(string platform)

public void AddIncludePlatform(string platform)

AddExcludePlatform(string platform)

public void AddExcludePlatform(string platform)

AddPrecompiledReference(string precompiledAssembly)

public void AddPrecompiledReference(string precompiledAssembly)

CreateFileToProject(string relativeProjectDirectory, [bool refresh = true])

public Task CreateFileToProject(string relativeProjectDirectory, [bool refresh = true])