class MAGES::Editor::AssemblyCompatibilityAsset::Entry

Overview

An entry. More…

class Entry
{
public:
    // properties

    string Description;
    string AssemblyName;
    List DLLs;
    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.

List DLLs

Gets or sets the DLLs.

List Definitions

Gets or sets the required assemblies.

PlatformFlags PlatformFlags

Gets or sets the platform flags.

IEnumerable NamedBuildTargets

Gets the named build targets for this particular entry.