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