C# Class CSScriptEvaluatorApi.HostApp.EvaluatorSamples

Exibir arquivo Open project: NewSpring/Rock

Public Methods

Method Description
CompileMethod_Instance ( ) : void
CompileMethod_Static ( ) : void
CreateDelegate ( ) : void
DebugTest ( ) : void
LoadCode ( ) : void
LoadCode_WithDuckTypedInterface ( ) : void
LoadCode_WithInterface ( ) : void
LoadDelegate ( ) : void
LoadMethod ( ) : void
LoadMethodWithInterface ( ) : void
PerformanceTest ( int count = -1 ) : void
RunAll ( ) : void

Method Details

CompileMethod_Instance() public method

public CompileMethod_Instance ( ) : void
return void

CompileMethod_Static() public method

public CompileMethod_Static ( ) : void
return void

CreateDelegate() public method

public CreateDelegate ( ) : void
return void

DebugTest() public method

public DebugTest ( ) : void
return void

LoadCode() public method

public LoadCode ( ) : void
return void

LoadCode_WithDuckTypedInterface() public method

public LoadCode_WithDuckTypedInterface ( ) : void
return void

LoadCode_WithInterface() public method

public LoadCode_WithInterface ( ) : void
return void

LoadDelegate() public method

public LoadDelegate ( ) : void
return void

LoadMethod() public method

public LoadMethod ( ) : void
return void

LoadMethodWithInterface() public method

public LoadMethodWithInterface ( ) : void
return void

PerformanceTest() public method

public PerformanceTest ( int count = -1 ) : void
count int
return void

RunAll() public method

public RunAll ( ) : void
return void