Class ExtensionLibraryInfoHelper
Inheritance
ExtensionLibraryInfoHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ExtensionLibraryInfoHelper
Methods
GetAuthor(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the author for a library
Declaration
public static string GetAuthor(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetDescription(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the description of the library
Declaration
public static string GetDescription(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetIconPath(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the icon path for a library
Declaration
public static string GetIconPath(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetId(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the ID for a library
Declaration
public static string GetId(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetModulePath(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the module path for a library
Declaration
public static string GetModulePath(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetName(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the name of the library
Declaration
public static string GetName(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
Returns the tags for a library
Declaration
public static string GetTags(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns
GetVersion(ComWrapper<IIpcExtensionLibraryInfo>)
Returns the version for a library
Declaration
public static string GetVersion(this ComWrapper<IIpcExtensionLibraryInfo> libraryInfoCom)
Parameters
Returns