C# 클래스 F2F.Sandbox.ResourceFileLocator

Resource file locator.
상속: IFileLocator
파일 보기 프로젝트 열기: apprenda/F2F.Sandbox

공개 메소드들

메소드 설명
CopyTo ( string fileName, string destinationPath ) : void

See F2F.Sandbox.IFileLocator.CopyTo(string, string)

EnumeratePath ( string path ) : IEnumerable

See F2F.Sandbox.IFileLocator.EnumeratePath(string)

Exists ( string fileName ) : bool

See F2F.Sandbox.IFileLocator.Exists(string)

ResourceFileLocator ( Type typeInRootNamespace ) : System

Initializes the file locator with the given type.

비공개 메소드들

메소드 설명
CopyTo ( Stream input, Stream output ) : void
GetFullResourceName ( string fileName ) : string
GetPathFromResource ( string resourceName ) : string
NormalizeDirectoryPath ( string path ) : string
ReplaceLast ( string text, string search, string replace ) : string

메소드 상세

CopyTo() 공개 메소드

See F2F.Sandbox.IFileLocator.CopyTo(string, string)
public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
리턴 void

EnumeratePath() 공개 메소드

See F2F.Sandbox.IFileLocator.EnumeratePath(string)
public EnumeratePath ( string path ) : IEnumerable
path string
리턴 IEnumerable

Exists() 공개 메소드

See F2F.Sandbox.IFileLocator.Exists(string)
public Exists ( string fileName ) : bool
fileName string
리턴 bool

ResourceFileLocator() 공개 메소드

Initializes the file locator with the given type.
public ResourceFileLocator ( Type typeInRootNamespace ) : System
typeInRootNamespace System.Type The type in root namespace.
리턴 System