GetInstructions() 공개 메소드

public GetInstructions ( ) : string
리턴 string
예제 #1
0
        public virtual string GetInstructions()
        {
            BytecodeDisassembler dis = new BytecodeDisassembler(this);

            return(dis.GetInstructions());
        }
예제 #2
0
 public virtual string GetInstructions()
 {
     BytecodeDisassembler dis = new BytecodeDisassembler(this);
     return dis.GetInstructions();
 }