C# Класс Allen.Util.CSharpRefTree.PrjInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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