C# 클래스 Brandy.Web.EmbeddedResourceVirtualPathProvider

상속: System.Web.Hosting.VirtualPathProvider
파일 보기 프로젝트 열기: BrandyFx/Brandy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Cache NestedVirtualFile
GetAssemblyResourceNamePairs IEnumerable
GetNestedVirtualFile NestedVirtualFile
GetReferencedAssemblies IEnumerable
GetResourceMappings ISet
GetSearchPath string

공개 메소드들

메소드 설명
AddNamespaceMapping ( string path, string toNamespace ) : void
FileExists ( string virtualPath ) : bool
GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
RemoveNamespaceMapping ( string path ) : void

비공개 메소드들

메소드 설명
Cache ( string virtualPath ) : NestedVirtualFile
GetAssemblyResourceNamePairs ( ) : IEnumerable
GetNestedVirtualFile ( string virtualPath ) : NestedVirtualFile
GetReferencedAssemblies ( ) : IEnumerable
GetResourceMappings ( string virtualPath ) : ISet
GetSearchPath ( string virtualPath ) : string

메소드 상세

AddNamespaceMapping() 공개 메소드

public AddNamespaceMapping ( string path, string toNamespace ) : void
path string
toNamespace string
리턴 void

FileExists() 공개 메소드

public FileExists ( string virtualPath ) : bool
virtualPath string
리턴 bool

GetCacheDependency() 공개 메소드

public GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
virtualPath string
virtualPathDependencies IEnumerable
utcStart System.DateTime
리턴 System.Web.Caching.CacheDependency

GetFile() 공개 메소드

public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string
리턴 System.Web.Hosting.VirtualFile

RemoveNamespaceMapping() 공개 메소드

public RemoveNamespaceMapping ( string path ) : void
path string
리턴 void