Class BuildTypeCache
Inheritance
BuildTypeCache
Syntax
public class BuildTypeCache
Properties
Assemblies
The list of assemblies that are being referenced from this BuildTypeCache
Declaration
public List<Assembly> Assemblies { get; }
Property Value
BaseAssemblies
A list of assembly definition assets to use as the root assemblies for this TypeCache. If null,
the project's global assemblies will be used.
Declaration
public AssemblyDefinitionAsset[] BaseAssemblies { get; set; }
Property Value
Type |
Description |
AssemblyDefinitionAsset[] |
|
ExcludedAssemblies
Declaration
public List<string> ExcludedAssemblies { get; set; }
Property Value
Declaration
public string PlatformName { get; set; }
Property Value
Methods
HasAssembly(Assembly)
Declaration
public bool HasAssembly(Assembly assembly)
Parameters
Returns
HasAssembly(String)
Declaration
public bool HasAssembly(string assemblyName)
Parameters
Type |
Name |
Description |
String |
assemblyName |
|
Returns
HasType(Type)
Declaration
public bool HasType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
HasType<T>()
Declaration
Returns
Type Parameters
SetDirty()
Declaration