Exemplo n.º 1
0
 static public Collection <Instruction> Body(this MethodBase method)
 {
     return(new Collection <Instruction>(method.Body(method.GetBodyAsByteArray())));
 }
Exemplo n.º 2
0
 static public Collection <Instruction> Body(this MethodBase method, bool needSpecialPrepare)
 {
     return(new Collection <Instruction>(method.Body(method.GetBodyAsByteArray(needSpecialPrepare))));
 }