C# Class UmbracoStudioApp.ExternalApplication.UmbracoApplicationContext

Inheritance: IDisposable
ファイルを表示 Open project: umbraco/Visual-Studio-Extension

Public Methods

Method Description
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

Private Methods

Method Description
AssertIsNotReady ( ) : void
UmbracoApplicationContext ( string projectFolder ) : System

Method Details

CurrentDomain_AssemblyResolve() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetAssemblyLocation() public method

public GetAssemblyLocation ( string assemblyFileName ) : string
assemblyFileName string
return string

GetChildrenByType() public method

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

GetRootByType() public method

public GetRootByType ( string treeType ) : Dictionary>
treeType string
return Dictionary>

StartApplication() public method

public StartApplication ( ) : void
return void