Ejemplo n.º 1
0
        protected IntPtr get_pointer(string name)
        {
            long adr = long.Parse(Base.GetProp(this._id, name, "int"));

            return(new IntPtr(adr));
        }
Ejemplo n.º 2
0
 protected int get_int(string name)
 {
     return(int.Parse(Base.GetProp(this._id, name, "int")));
 }