C# Class Allen.Util.CSharpRefTree.PrjInfo

Afficher le fichier Open project: zlphoenix/LearnCSharp Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( AssemblyName assemblyName ) : bool
PrjInfo ( ) : System.Collections.Generic
PrjInfo ( Assembly ass ) : System.Collections.Generic
PrjInfo ( string csprjPath ) : System.Collections.Generic
ToString ( ) : string

Returns a string that represents the current object.

ToString ( string str ) : string

Private Methods

Méthode Description
LoadAssByRefName ( AssemblyName refAss ) : PrjInfo

Method Details

IsMatch() public static méthode

public static IsMatch ( AssemblyName assemblyName ) : bool
assemblyName System.Reflection.AssemblyName
Résultat bool

PrjInfo() public méthode

public PrjInfo ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PrjInfo() public méthode

public PrjInfo ( Assembly ass ) : System.Collections.Generic
ass System.Reflection.Assembly
Résultat System.Collections.Generic

PrjInfo() public méthode

public PrjInfo ( string csprjPath ) : System.Collections.Generic
csprjPath string
Résultat System.Collections.Generic

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string str ) : string
str string
Résultat string