Example #1
0
 static DisassembledMethod CreateEmpty(ClrMethod method, string reason)
 => DisassembledMethod.Empty(method.GetFullSignature(), method.NativeCode, reason);
Example #2
0
 public DisassemblyResult()
 {
     Methods = new DisassembledMethod[0];
     Errors  = new string[0];
 }