C# Class MS.WindowsAPICodePack.Internal.CoreHelpers

Common Helper methods
Exibir arquivo Open project: ElektroStudios/ElektroKit

Public Methods

Method 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 method

Get a string resource given a resource Id
public static GetStringResource ( string resourceId ) : string
resourceId string The resource Id
return string

ThrowIfNotVista() public static method

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

ThrowIfNotWin7() public static method

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