C# Class Allen.Util.CSharpRefTree.PrjInfo

Show file Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Methods

Method 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

Method Description
LoadAssByRefName ( AssemblyName refAss ) : PrjInfo

Method Details

IsMatch() public static method

public static IsMatch ( AssemblyName assemblyName ) : bool
assemblyName System.Reflection.AssemblyName
return bool

PrjInfo() public method

public PrjInfo ( ) : System.Collections.Generic
return System.Collections.Generic

PrjInfo() public method

public PrjInfo ( Assembly ass ) : System.Collections.Generic
ass System.Reflection.Assembly
return System.Collections.Generic

PrjInfo() public method

public PrjInfo ( string csprjPath ) : System.Collections.Generic
csprjPath string
return System.Collections.Generic

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string

ToString() public method

public ToString ( string str ) : string
str string
return string