Beispiel #1
0
 public ServiceMethodList GetMethods(string clsid, bool is32Bit) => ComPluginServiceExecutionFactory.GetMethods(clsid, is32Bit);
Beispiel #2
0
 public ServiceMethodList GetMethods(string clsId, bool is32Bit)
 {
     return(ComPluginServiceExecutionFactory.GetMethods(clsId, is32Bit));
 }