C# Class MS.WindowsAPICodePack.Internal.CoreHelpers

Common Helper methods
Afficher le fichier Open project: ElektroStudios/ElektroKit

Méthodes publiques

Méthode Description
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

Method Details

GetStringResource() public static méthode

Get a string resource given a resource Id
public static GetStringResource ( string resourceId ) : string
resourceId string The resource Id
Résultat string

ThrowIfNotVista() public static méthode

Throws PlatformNotSupportedException if the application is not running on Windows Vista
public static ThrowIfNotVista ( ) : void
Résultat void

ThrowIfNotWin7() public static méthode

Throws PlatformNotSupportedException if the application is not running on Windows 7
public static ThrowIfNotWin7 ( ) : void
Résultat void