C# 클래스 UmbracoStudioApp.ExternalApplication.UmbracoApplicationContext

상속: IDisposable
파일 보기 프로젝트 열기: umbraco/Visual-Studio-Extension

공개 메소드들

메소드 설명
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
Dispose ( ) : void
GetAssemblyLocation ( string assemblyFileName ) : string
GetChildrenByType ( string treeType, int id ) : Dictionary>
GetRootByType ( string treeType ) : Dictionary>
StartApplication ( ) : void

비공개 메소드들

메소드 설명
AssertIsNotReady ( ) : void
UmbracoApplicationContext ( string projectFolder ) : System

메소드 상세

CurrentDomain_AssemblyResolve() 공개 메소드

public CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
리턴 System.Reflection.Assembly

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAssemblyLocation() 공개 메소드

public GetAssemblyLocation ( string assemblyFileName ) : string
assemblyFileName string
리턴 string

GetChildrenByType() 공개 메소드

public GetChildrenByType ( string treeType, int id ) : Dictionary>
treeType string
id int
리턴 Dictionary>

GetRootByType() 공개 메소드

public GetRootByType ( string treeType ) : Dictionary>
treeType string
리턴 Dictionary>

StartApplication() 공개 메소드

public StartApplication ( ) : void
리턴 void