C# Class Spinnaker.Core.SpinnakerConfiguration

Mostra file Open project: Claytonious/spinnaker

Protected Properties

Property Type Description
bridgeCreator BrowserBridge>.Func
currentConfig SpinnakerConfiguration
hostScriptFunctionSuffix string
hostScriptObjectName string

Public Methods

Method Description
CreateBrowserBridge ( object host ) : BrowserBridge
Log ( SpinnakerLogLevel logLevel, string msg ) : void
Log ( SpinnakerLogLevel logLevel, string msg, Exception ex ) : void

Protected Methods

Method Description
InitCommon ( ) : void
SpinnakerConfiguration ( ) : System

Method Details

CreateBrowserBridge() public method

public CreateBrowserBridge ( object host ) : BrowserBridge
host object
return BrowserBridge

InitCommon() protected method

protected InitCommon ( ) : void
return void

Log() public method

public Log ( SpinnakerLogLevel logLevel, string msg ) : void
logLevel SpinnakerLogLevel
msg string
return void

Log() public method

public Log ( SpinnakerLogLevel logLevel, string msg, Exception ex ) : void
logLevel SpinnakerLogLevel
msg string
ex System.Exception
return void

SpinnakerConfiguration() protected method

protected SpinnakerConfiguration ( ) : System
return System

Property Details

bridgeCreator protected_oe property

protected Func bridgeCreator
return BrowserBridge>.Func

currentConfig protected_oe static_oe property

protected static SpinnakerConfiguration,Spinnaker.Core currentConfig
return SpinnakerConfiguration

hostScriptFunctionSuffix protected_oe property

protected string hostScriptFunctionSuffix
return string

hostScriptObjectName protected_oe property

protected string hostScriptObjectName
return string