Class COMUtils
COM related functions.
public static class COMUtils
- Inheritance
-
COMUtils
Methods
- COMInvoke<T>(ApartmentState, Func<T>)
Invokes a delegate in a thread with the given apartment state.
- COMInvoke<T>(Type, Func<T>)
Invokes a delegate in a thread with the apartment state required by the given COM class as defined by the COMInvokeAttribute on the class.