C# 클래스 MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

Stores all the embedded resources for a single assembly/area.
파일 보기 프로젝트 열기: atomicobject/mvccontrib 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName ) : System
AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : System
GetFullyQualifiedTypeFromPath ( string path ) : string
GetResourceStream ( string resourceName ) : Stream
IsPathResourceStream ( string path ) : bool

비공개 메소드들

메소드 설명
Initialize ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : void

메소드 상세

AssemblyResourceStore() 공개 메소드

public AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName ) : System
typeToLocateAssembly System.Type
virtualPath string
namespaceName string
리턴 System

AssemblyResourceStore() 공개 메소드

public AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : System
typeToLocateAssembly System.Type
virtualPath string
namespaceName string
map MvcContrib.PortableAreas.PortableAreaMap
리턴 System

GetFullyQualifiedTypeFromPath() 공개 메소드

public GetFullyQualifiedTypeFromPath ( string path ) : string
path string
리턴 string

GetResourceStream() 공개 메소드

public GetResourceStream ( string resourceName ) : Stream
resourceName string
리턴 Stream

IsPathResourceStream() 공개 메소드

public IsPathResourceStream ( string path ) : bool
path string
리턴 bool