Class DotnetUtil

Definition

Namespace:
Tizen.Common
Assembly:
Tizen.dll
API Level:
4

The DotnetUtil class provides the .NET API version.

C#
Copy
public static class DotnetUtil
Inheritance
DotnetUtil

Properties

View Source

TizenAPIVersion

Gets the version of Tizen .NET API.

Declaration
C#
Copy
public static int TizenAPIVersion { get; }
Property Value
Type Description
System.Int32

The Tizen .NET API version.

API Level: 4