From: Kichan Kwon Date: Wed, 5 Jul 2017 07:07:22 +0000 (+0900) Subject: Add since_tizen tag to all APIs X-Git-Tag: submit/trunk/20170823.075128~106^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a87b164ae525823abe9f96774e73ca745ec1a11;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add since_tizen tag to all APIs Change-Id: Ib81336c12ba83e2f286482007d0bd67a2c67212a Signed-off-by: Kichan Kwon --- diff --git a/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs b/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs index 2784a01..8477462 100755 --- a/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs +++ b/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs @@ -239,6 +239,7 @@ namespace Tizen.System /// Validates the data type of the status represented by Runtime Key. /// Note that this is a generic method. /// + /// 3 /// The generic type to validate. /// The runtime information key for which the status type is validated /// true if the data type matches. @@ -258,6 +259,7 @@ namespace Tizen.System /// Gets the status of Runtime Key. /// Note that this is a generic method. /// + /// 3 /// The generic type to return. /// The runtime information key for which the current should be read /// The current status of the given key. @@ -272,6 +274,7 @@ namespace Tizen.System /// /// Gets system memory information /// + /// 3 /// The system memory information structure. /// Thrown when I/O error is occurred while reading from system. public static SystemMemoryInformation GetSystemMemoryInformation() @@ -290,6 +293,7 @@ namespace Tizen.System /// /// Gets memory information per processes /// + /// 3 /// List of unique process ids /// List of memory information per processes /// http://tizen.org/privilege/systemmonitor @@ -323,6 +327,7 @@ namespace Tizen.System /// /// Gets system CPU usage time /// + /// 3 /// The system CPU usage time structure. /// Thrown when I/O error is occurred while reading from system. public static CpuUsage GetCpuUsage() @@ -340,6 +345,7 @@ namespace Tizen.System /// /// Gets the CPU usage time per process /// + /// 3 /// List of unique process ids /// List of CPU usage information per processes /// http://tizen.org/privilege/systemmonitor @@ -394,6 +400,7 @@ namespace Tizen.System /// /// Gets the current frequency of processor /// + /// 3 /// The index (from 0) of CPU core that you want to know the frequency /// The current frequency(MHz) of processor /// Thrown when the is invalid. @@ -414,6 +421,7 @@ namespace Tizen.System /// /// Gets the max frequency of processor /// + /// 3 /// The index (from 0) of CPU core that you want to know the frequency /// The max frequency(MHz) of processor /// Thrown when the is invalid. diff --git a/src/Tizen.System.Information/SystemInfo/SystemInfo.cs b/src/Tizen.System.Information/SystemInfo/SystemInfo.cs index 83fcbe8..61dbef9 100755 --- a/src/Tizen.System.Information/SystemInfo/SystemInfo.cs +++ b/src/Tizen.System.Information/SystemInfo/SystemInfo.cs @@ -49,6 +49,7 @@ namespace Tizen.System /// /// Checks if type of value for given feature is T /// + /// 3 /// Type of value for feature key /// The name of the feature /// true if type of value for given feature is T, false otherwise @@ -78,6 +79,7 @@ namespace Tizen.System /// /// Checks if given key is valid feature /// + /// 3 /// The name of the feature /// true of key is valid, false otherwise public static bool IsValidKey(string key) @@ -89,6 +91,7 @@ namespace Tizen.System /// /// Gets the value of the feature. /// + /// 3 /// Type of key value /// The name of the feature /// The value of the given feature @@ -130,6 +133,7 @@ namespace Tizen.System /// /// Gets the bool value of the feature. /// + /// 3 /// The name of the feature /// The value of the given feature /// return true on success otherwise false @@ -163,6 +167,7 @@ namespace Tizen.System /// /// Gets the int value of the feature. /// + /// 3 /// The name of the feature /// The value of the given feature /// return true on success otherwise false @@ -197,6 +202,7 @@ namespace Tizen.System /// /// Gets the double value of the feature. /// + /// 3 /// The name of the feature /// The value of the given feature /// return true on success otherwise false @@ -231,6 +237,7 @@ namespace Tizen.System /// /// Gets the string value of the feature. /// + /// 3 /// The name of the feature /// The value of the given feature /// return true on success otherwise false