C# 클래스 Galen.Ci.EntityFramework.Utilities.ResourceHelper

파일 보기 프로젝트 열기: GalenHealthcare/Galen.Ef.Deployer

공개 메소드들

메소드 설명
ReadBytes ( string resourcePath ) : byte[]
ReadStream ( string resourcePath ) : Stream
ReadString ( string resourcePath ) : string

메소드 상세

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( string resourcePath ) : byte[]
resourcePath string
리턴 byte[]

ReadStream() 공개 정적인 메소드

public static ReadStream ( string resourcePath ) : Stream
resourcePath string
리턴 System.IO.Stream

ReadString() 공개 정적인 메소드

public static ReadString ( string resourcePath ) : string
resourcePath string
리턴 string