PERWAPI.MethInstr.GetMethodOp C# (CSharp) Метод

GetMethodOp() публичный Метод

Get the MethodOp this instruction represents.
public GetMethodOp ( ) : MethodOp
Результат MethodOp
        public MethodOp GetMethodOp()
        {
            return (MethodOp)instr;
        }