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