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