C# Класс MS.WindowsAPICodePack.Internal.CoreHelpers

Common Helper methods
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetStringResource() публичный статический Метод

Get a string resource given a resource Id
public static GetStringResource ( string resourceId ) : string
resourceId string The resource Id
Результат string

ThrowIfNotVista() публичный статический Метод

Throws PlatformNotSupportedException if the application is not running on Windows Vista
public static ThrowIfNotVista ( ) : void
Результат void

ThrowIfNotWin7() публичный статический Метод

Throws PlatformNotSupportedException if the application is not running on Windows 7
public static ThrowIfNotWin7 ( ) : void
Результат void