Beispiel #1
0
 internal abstract bool GetCommonMethodTables(ref CommonMethodTables mCommonMTs);
Beispiel #2
0
 internal override bool GetCommonMethodTables(ref CommonMethodTables mCommonMTs)
 {
     return _sos.GetUsefulGlobals(out mCommonMTs) >= 0;
 }
Beispiel #3
0
 internal abstract bool GetCommonMethodTables(ref CommonMethodTables mCommonMTs);
Beispiel #4
0
 internal override bool GetCommonMethodTables(ref CommonMethodTables mts)
 {
     return(_sos.GetCommonMethodTables(out mts));
 }
Beispiel #5
0
 internal override bool GetCommonMethodTables(ref CommonMethodTables mCommonMTs)
 {
     return(RequestStruct(DacRequests.USEFULGLOBALS, ref mCommonMTs));
 }
Beispiel #6
0
 internal override bool GetCommonMethodTables(ref CommonMethodTables mCommonMTs)
 {
     return RequestStruct<CommonMethodTables>(DacRequests.USEFULGLOBALS, ref mCommonMTs);
 }
Beispiel #7
0
 internal override bool GetCommonMethodTables(ref CommonMethodTables mts) => _sos.GetCommonMethodTables(out mts);