C# Class BSPGenerationTools.MCUClassifier

Mostrar archivo 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_oe property

public string AutoOptions
return string

IsPrimary public_oe property

public bool IsPrimary
return bool

Options public_oe property

public Option[] Options
return Option[]

Required public_oe property

public bool Required
return bool

UnsupportedMCUs public_oe property

public string UnsupportedMCUs
return string

VariableName public_oe property

public string VariableName
return string