C# Class BSPGenerationTools.MCUClassifier

Show file Open project: sysprogs/BSPTools

Public Properties

Property Type Description
AutoOptions string
IsPrimary bool
Options Option[]
Required bool
UnsupportedMCUs string
VariableName string

Public Methods

Method Description
TryMatchMCUName ( string name ) : string

Method Details

TryMatchMCUName() public method

public TryMatchMCUName ( string name ) : string
name string
return string

Property Details

AutoOptions public property

public string AutoOptions
return string

IsPrimary public property

public bool IsPrimary
return bool

Options public property

public Option[] Options
return Option[]

Required public property

public bool Required
return bool

UnsupportedMCUs public property

public string UnsupportedMCUs
return string

VariableName public property

public string VariableName
return string