C# Class PKStudio.uVision.Project.uVisionProject

Описывает проект Keil uVision
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode Description
AddFile ( string path, string group ) : void
ContainsFile ( string path ) : bool
ContainsGroup ( string name ) : bool
FindFile ( string path ) : File
FindGroup ( string name ) : Group
GetAllProjectStrings ( ) : List
GetFilesStrings ( ) : List
GetGroupsStrings ( ) : List
SortGroups ( ) : void

Private Methods

Méthode Description
AddGroup ( string name ) : Group

Method Details

AddFile() public méthode

public AddFile ( string path, string group ) : void
path string
group string
Résultat void

ContainsFile() public méthode

public ContainsFile ( string path ) : bool
path string
Résultat bool

ContainsGroup() public méthode

public ContainsGroup ( string name ) : bool
name string
Résultat bool

FindFile() public méthode

public FindFile ( string path ) : File
path string
Résultat File

FindGroup() public méthode

public FindGroup ( string name ) : Group
name string
Résultat Group

GetAllProjectStrings() public méthode

public GetAllProjectStrings ( ) : List
Résultat List

GetFilesStrings() public méthode

public GetFilesStrings ( ) : List
Résultat List

GetGroupsStrings() public méthode

public GetGroupsStrings ( ) : List
Résultat List

SortGroups() public méthode

public SortGroups ( ) : void
Résultat void