C# Class ProjectGenerator.ClInstruction

Inheritance: CustomInstruction
Afficher le fichier Open project: mheise/Unmake Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClInstruction ( ) : System
ClInstruction ( CustomInstruction customInstr ) : System
ClInstruction ( string instr ) : System
analyzeCommands ( ) : void
compileWithoutLinking ( ) : bool
hasLinkFlags ( ) : bool

Method Details

ClInstruction() public méthode

public ClInstruction ( ) : System
Résultat System

ClInstruction() public méthode

public ClInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
Résultat System

ClInstruction() public méthode

public ClInstruction ( string instr ) : System
instr string
Résultat System

analyzeCommands() public méthode

public analyzeCommands ( ) : void
Résultat void

compileWithoutLinking() public méthode

public compileWithoutLinking ( ) : bool
Résultat bool

hasLinkFlags() public méthode

public hasLinkFlags ( ) : bool
Résultat bool