Class ComHelper
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
Helper methods for COM.
public static class ComHelper
- Inheritance
-
ComHelper
- Inherited Members
Methods
GetCoClass(ITypeDefinition)
Gets the CoClass of the specified COM interface.
public static IType GetCoClass(ITypeDefinition typeDefinition)
Parameters
typeDefinition
ITypeDefinition
Returns
IsComImport(ITypeDefinition)
Gets whether the specified type is imported from COM.
public static bool IsComImport(ITypeDefinition typeDefinition)
Parameters
typeDefinition
ITypeDefinition