Esempio n. 1
0
 public inlinedCall(short parent = default, funcID funcID = default, byte _ = default, int file = default, int line = default, int func_ = default, int parentPc = default)
 {
     this.parent   = parent;
     this.funcID   = funcID;
     this._        = _;
     this.file     = file;
     this.line     = line;
     this.func_    = func_;
     this.parentPc = parentPc;
 }
Esempio n. 2
0
 public _func(System.UIntPtr entry = default, int nameoff = default, int args = default, uint deferreturn = default, int pcsp = default, int pcfile = default, int pcln = default, int npcdata = default, funcID funcID = default, array <sbyte> _ = default, byte nfuncdata = default)
 {
     this.entry       = entry;
     this.nameoff     = nameoff;
     this.args        = args;
     this.deferreturn = deferreturn;
     this.pcsp        = pcsp;
     this.pcfile      = pcfile;
     this.pcln        = pcln;
     this.npcdata     = npcdata;
     this.funcID      = funcID;
     this._           = _;
     this.nfuncdata   = nfuncdata;
 }