Метод | Описание | |
---|---|---|
GetStringResource ( string resourceId ) : string |
Get a string resource given a resource Id
|
|
ThrowIfNotVista ( ) : void |
Throws PlatformNotSupportedException if the application is not running on Windows Vista
|
|
ThrowIfNotWin7 ( ) : void |
Throws PlatformNotSupportedException if the application is not running on Windows 7
|
public static GetStringResource ( string resourceId ) : string | ||
resourceId | string | The resource Id |
Результат | string |
public static ThrowIfNotVista ( ) : void | ||
Результат | void |