Table of Contents

Class SdkInfo

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Provides information about Homa SDK

public static class SdkInfo
Inheritance
SdkInfo
Inherited Members

Methods

GetModuleId(Type)

Returns the identifier of a Homa SDK module defining the given type, or null if the type is defined in a Homa SDK module.

public static string GetModuleId(Type typeFromModule)

Parameters

typeFromModule Type

Returns

string

GetModuleVersion(string)

Returns the version of the module with the given module id or null if the module is not found in the SDK.

[Obsolete("Use GetModuleVersionString instead.")]
public static Version GetModuleVersion(string moduleId)

Parameters

moduleId string

Returns

Version

GetModuleVersionString(string)

Returns the version of the module with the given module id or null if the module is not found in the SDK.

public static string GetModuleVersionString(string moduleId)

Parameters

moduleId string

Returns

string