Method | Description | |
---|---|---|
AssemblyParser ( string assemblyPath ) : System | ||
GetAssemblyCalls ( ) : IList |
||
GetMethodCalls ( string typeName, string methodName ) : IList |
||
GetTypeCalls ( string typeName ) : IList |
Method | Description | |
---|---|---|
GetMethodCalls ( Mono.Cecil.ModuleDefinition module, IEnumerable |
||
GetMethodFullName ( Mono.Cecil.MethodDefinition method ) : string | ||
GetMethodInfo ( Mono.Cecil.MethodDefinition method ) : |
||
GetMethodInfo ( |
||
GetTypeFullName ( Mono.Cecil.TypeDefinition type ) : string | ||
IsExcluded ( |
||
IsExternalCall ( Mono.Cecil.ModuleDefinition module, |
public AssemblyParser ( string assemblyPath ) : System | ||
assemblyPath | string | |
return | System |
public GetMethodCalls ( string typeName, string methodName ) : IList |
||
typeName | string | |
methodName | string | |
return | IList |
public GetTypeCalls ( string typeName ) : IList |
||
typeName | string | |
return | IList |