Class DotsRuntimeRootAssembly
Inheritance
DotsRuntimeRootAssembly
Syntax
public sealed class DotsRuntimeRootAssembly : IBuildComponent
Properties
BeeRootDirectory
Declaration
public static DirectoryInfo BeeRootDirectory { get; }
Property Value
BeeTargetOverride
Declaration
public string BeeTargetOverride { get; set; }
Property Value
ProjectName
Declaration
public string ProjectName { get; }
Property Value
RootAssembly
Gets or sets the root assembly for this DOTS Runtime build. This root
assembly determines what other assemblies will be pulled in for the build.
Declaration
public AssemblyDefinitionAsset RootAssembly { get; set; }
Property Value
Type |
Description |
AssemblyDefinitionAsset |
|
StagingDirectory
Declaration
public DirectoryInfo StagingDirectory { get; }
Property Value
TypeCache
Retrieve for this build profile.
Declaration
public BuildTypeCache TypeCache { get; }
Property Value
Type |
Description |
BuildTypeCache |
|
Methods
MakeBeeTargetName(String)
Declaration
public string MakeBeeTargetName(string buildConfigurationName)
Parameters
Type |
Name |
Description |
String |
buildConfigurationName |
|
Returns