C# 클래스 nHydrate.Generator.Common.Util.ResourceHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ResourceHelper System

공개 메소드들

메소드 설명
GetFloat ( string key ) : float
GetInt ( string key ) : int
GetResourceFileAsIcon ( System assembly, string resourcePath ) : Icon
GetResourceFileAsImage ( System assembly, string resourcePath ) : Image
GetResourceFileAsStream ( System assembly, string resourcePath ) : Stream
GetResourceFileAsString ( System assembly, string resourcePath ) : string
GetResourceHelper ( string resourceFullName, Type callingObjectType ) : ResourceHelper
GetString ( string key ) : string

비공개 메소드들

메소드 설명
ResourceHelper ( string resourceFullName, Assembly assembly ) : System

메소드 상세

GetFloat() 공개 메소드

public GetFloat ( string key ) : float
key string
리턴 float

GetInt() 공개 메소드

public GetInt ( string key ) : int
key string
리턴 int

GetResourceFileAsIcon() 공개 정적인 메소드

public static GetResourceFileAsIcon ( System assembly, string resourcePath ) : Icon
assembly System
resourcePath string
리턴 System.Drawing.Icon

GetResourceFileAsImage() 공개 정적인 메소드

public static GetResourceFileAsImage ( System assembly, string resourcePath ) : Image
assembly System
resourcePath string
리턴 Image

GetResourceFileAsStream() 공개 정적인 메소드

public static GetResourceFileAsStream ( System assembly, string resourcePath ) : Stream
assembly System
resourcePath string
리턴 Stream

GetResourceFileAsString() 공개 정적인 메소드

public static GetResourceFileAsString ( System assembly, string resourcePath ) : string
assembly System
resourcePath string
리턴 string

GetResourceHelper() 공개 정적인 메소드

public static GetResourceHelper ( string resourceFullName, Type callingObjectType ) : ResourceHelper
resourceFullName string
callingObjectType System.Type
리턴 ResourceHelper

GetString() 공개 메소드

public GetString ( string key ) : string
key string
리턴 string