Свойство | Тип | Описание | |
---|---|---|---|
myAssemblyReferencesOfInterest | HashSet |
||
myPdbReader |
Метод | Описание | |
---|---|---|
AddMatch ( |
||
AddMatch ( |
||
AddMatch ( |
||
AddMatch ( Mono.Cecil.TypeDefinition typeDef, MatchContext context ) : void | ||
AddQuery ( UsageVisitor visitor ) : void | ||
AddVisitScope ( string dllName ) : void | ||
Analyze ( |
Analyzes the specified assembly.
|
|
Clear ( ) : void | ||
Dispose ( ) : void | ||
UsageQueryAggregator ( ) : System |
Aggregates the matches from usage queries.
|
|
UsageQueryAggregator ( TypeQuery query ) : System | ||
UsageQueryAggregator ( bool bReadPdbs ) : System |
Aggregates the matches from the usage queries.
|
|
UsageQueryAggregator ( string symbolServer ) : System |
Aggregates the matches from the usage queries.
|
Метод | Описание | |
---|---|---|
AddMatch ( Mono.Cecil.MethodDefinition method, MatchContext context ) : void | ||
GetResultWithFileLineIfEnabled ( |
Gets the result with file line if enabled.
|
|
ModuleReferencesAssemblyOrSelf ( Mono.Cecil.ModuleDefinition module ) : bool | ||
hasLoadedPdbInfos ( |
public AddMatch ( |
||
assembly | ||
Результат | void |
public AddMatch ( |
||
field | ||
context | MatchContext | |
Результат | void |
public AddMatch ( |
||
ins | ||
method | Mono.Cecil.MethodDefinition | |
bSearchForward | bool | |
context | MatchContext | |
Результат | void |
public AddMatch ( Mono.Cecil.TypeDefinition typeDef, MatchContext context ) : void | ||
typeDef | Mono.Cecil.TypeDefinition | |
context | MatchContext | |
Результат | void |
public AddQuery ( UsageVisitor visitor ) : void | ||
visitor | UsageVisitor | |
Результат | void |
public AddVisitScope ( string dllName ) : void | ||
dllName | string | |
Результат | void |
public Analyze ( |
||
assembly | The assembly. | |
Результат | void |
public UsageQueryAggregator ( TypeQuery query ) : System | ||
query | TypeQuery | |
Результат | System |
public UsageQueryAggregator ( bool bReadPdbs ) : System | ||
bReadPdbs | bool | if set to |
Результат | System |
public UsageQueryAggregator ( string symbolServer ) : System | ||
symbolServer | string | /// To get file and line info the pdbs are read. If the pdb does not match it contacts the /// symbol server to look for matching pdb and downloads it. /// |
Результат | System |
protected HashSet |
||
Результат | HashSet |