C# Class SIM.Tool.Base.InstanceHelperEx

Show file Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Public Methods

Method Description
Browse ( Instance instance, string virtualPath, bool isFrontEnd, string browser, string parameters ) : void
BrowseInstance ( [ instance, [ owner, [ virtualPath, bool isFrontEnd, [ browser = null, [ parameters = null ) : void
OpenCurrentLogFile ( [ instance, [ owner, [ logFileType = null ) : void
OpenInBrowserAsAdmin ( [ instance, [ owner, [ pageUrl = null, [ browser = null, [ parameters = null ) : void
PreheatInstance ( Instance instance, Window mainWindow, bool ignoreAdvancedSetting = false ) : bool

Private Methods

Method Description
EnsureAppPoolState ( [ instance, [ mainWindow ) : bool
GetLogFileTypes ( Window owner, string logsFolderPath ) : string
GetLogViewer ( ) : string
PreheatInstance ( Instance instance, Exception &exception ) : void

Method Details

Browse() public static method

public static Browse ( Instance instance, string virtualPath, bool isFrontEnd, string browser, string parameters ) : void
instance SIM.Instances.Instance
virtualPath string
isFrontEnd bool
browser string
parameters string
return void

BrowseInstance() public static method

public static BrowseInstance ( [ instance, [ owner, [ virtualPath, bool isFrontEnd, [ browser = null, [ parameters = null ) : void
instance [
owner [
virtualPath [
isFrontEnd bool
browser [
parameters [
return void

OpenCurrentLogFile() public static method

public static OpenCurrentLogFile ( [ instance, [ owner, [ logFileType = null ) : void
instance [
owner [
logFileType [
return void

OpenInBrowserAsAdmin() public static method

public static OpenInBrowserAsAdmin ( [ instance, [ owner, [ pageUrl = null, [ browser = null, [ parameters = null ) : void
instance [
owner [
pageUrl [
browser [
parameters [
return void

PreheatInstance() public static method

public static PreheatInstance ( Instance instance, Window mainWindow, bool ignoreAdvancedSetting = false ) : bool
instance SIM.Instances.Instance
mainWindow System.Windows.Window
ignoreAdvancedSetting bool
return bool