C# 클래스 MS.WindowsAPICodePack.Internal.CoreHelpers

Common Helper methods
파일 보기 프로젝트 열기: ElektroStudios/ElektroKit

공개 메소드들

메소드 설명
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