C# 클래스 Allen.Util.CSharpRefTree.PrjInfo

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LoadAssByRefName ( AssemblyName refAss ) : PrjInfo

메소드 상세

IsMatch() 공개 정적인 메소드

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

PrjInfo() 공개 메소드

public PrjInfo ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PrjInfo() 공개 메소드

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

PrjInfo() 공개 메소드

public PrjInfo ( string csprjPath ) : System.Collections.Generic
csprjPath string
리턴 System.Collections.Generic

ToString() 공개 메소드

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

ToString() 공개 메소드

public ToString ( string str ) : string
str string
리턴 string