C# Class Sledgehammer.SledgehammerContext

Inheritance: ISledgehammerContext
Show file Open project: hmemcpy/Sledgehammer

Public Methods

Method Description
Intercept ( IMethodInterceptor interceptor ) : void

Protected Methods

Method Description
LoadAssembly ( string assemblyName ) : Assembly

Method Details

Intercept() public abstract method

public abstract Intercept ( IMethodInterceptor interceptor ) : void
interceptor IMethodInterceptor
return void

LoadAssembly() protected static method

protected static LoadAssembly ( string assemblyName ) : Assembly
assemblyName string
return System.Reflection.Assembly