Interface IApplicationInfoService
Application info service.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface IApplicationInfoService
Properties
Build
Gets the build.
Declaration
int Build { get; }
Property Value
Type | Description |
---|---|
Int32 | The build. |
Fingerprint
Gets the fingerprint.
Declaration
string Fingerprint { get; }
Property Value
Type | Description |
---|---|
String | The fingerprint. |
Identifier
Gets the identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
String | The identifier. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | The name. |
Version
Gets the version.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
String | The version. |