class MAGES::Editor::AssemblyCompatibilityAsset::Entry¶
Overview¶
An entry. More…
class Entry { public: // properties string Description; string AssemblyName; ListDLLs; List Definitions; PlatformFlags PlatformFlags; IEnumerable NamedBuildTargets; };
Detailed Documentation¶
An entry.
Properties¶
string Description
Gets or sets the description.
string AssemblyName
Gets or sets the assembly name.
ListDLLs
Gets or sets the DLLs.
ListDefinitions
Gets or sets the required assemblies.
PlatformFlags PlatformFlags
Gets or sets the platform flags.
IEnumerableNamedBuildTargets
Gets the named build targets for this particular entry.