Class ExtensionTypeInfoHelper
Inheritance
ExtensionTypeInfoHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ExtensionTypeInfoHelper
Methods
GetGroup(ComWrapper<IIpcExtensionTypeInfo>)
Returns the group of an extension type
Declaration
public static string GetGroup(this ComWrapper<IIpcExtensionTypeInfo> typeInfoCom)
Parameters
Returns
GetId(ComWrapper<IIpcExtensionTypeInfo>)
Returns the ID of an extension type
Declaration
public static string GetId(this ComWrapper<IIpcExtensionTypeInfo> typeInfoCom)
Parameters
Returns
GetMaxApiVersion(ComWrapper<IIpcExtensionTypeInfo>)
Returns the maximum API version of an extension type
Declaration
public static string GetMaxApiVersion(this ComWrapper<IIpcExtensionTypeInfo> typeInfoCom)
Parameters
Returns
GetMinApiVersion(ComWrapper<IIpcExtensionTypeInfo>)
Returns the minimum API version of an extension type
Declaration
public static string GetMinApiVersion(this ComWrapper<IIpcExtensionTypeInfo> typeInfoCom)
Parameters
Returns
GetName(ComWrapper<IIpcExtensionTypeInfo>)
Returns the name of an extension type
Declaration
public static string GetName(this ComWrapper<IIpcExtensionTypeInfo> typeInfoCom)
Parameters
Returns