예제 #1
0
 /// <summary>
 /// Get assembly which defines given method.
 /// </summary>
 /// <param name="method">Method which assembly is searched.</param>
 /// <returns>Assembly where method is defined.</returns>
 public TypeAssembly GetDefiningAssembly(MethodID method)
 {
     return(_manager.GetDefiningAssembly(method));
 }