Méthode | Description | |
---|---|---|
Add ( ICodeReference reference ) : void | ||
Add ( IEnumerable |
||
Add ( ISignatureReference reference ) : void | ||
Add ( |
||
Add ( |
||
AllFiles ( ) : IEnumerable |
||
AllProjects ( ) : IEnumerable |
||
AllReferences ( ) : IEnumerable |
||
AllSignatures ( ) : IEnumerable |
||
FileExists ( string file ) : bool | ||
Find ( string name ) : List |
||
Find ( string name, int limit ) : List |
||
FindFiles ( string searchString ) : List |
||
GetFilesInDirectory ( string directory ) : List |
||
GetFilesInProject ( string project ) : List |
||
GetFilesInProject ( string project, string path ) : List |
||
GetProject ( string fullpath ) : |
||
Invalidate ( string file ) : void | ||
ProjectExists ( |
Méthode | Description | |
---|---|---|
add ( ICodeReference reference ) : void | ||
find ( string name ) : IEnumerable |
||
nameSort ( string name, string signature, string filename, string compareString ) : int |
public Add ( ICodeReference reference ) : void | ||
reference | ICodeReference | |
Résultat | void |
public Add ( IEnumerable |
||
references | IEnumerable |
|
Résultat | void |
public Add ( ISignatureReference reference ) : void | ||
reference | ISignatureReference | |
Résultat | void |
public Add ( |
||
project | ||
Résultat | void |
public Add ( |
||
file | ||
Résultat | void |
public Find ( string name, int limit ) : List |
||
name | string | |
limit | int | |
Résultat | List |
public FindFiles ( string searchString ) : List |
||
searchString | string | |
Résultat | List |
public GetFilesInDirectory ( string directory ) : List |
||
directory | string | |
Résultat | List |
public GetFilesInProject ( string project ) : List |
||
project | string | |
Résultat | List |
public GetFilesInProject ( string project, string path ) : List |
||
project | string | |
path | string | |
Résultat | List |
public GetProject ( string fullpath ) : |
||
fullpath | string | |
Résultat |
public ProjectExists ( |
||
project | ||
Résultat | bool |