C# Class Cinchcast.Roque.Core.Executor.Target

Mostrar archivo Open project: BlogTalkRadio/Roque

Public Methods

Method Description
Invoke ( string methodName ) : void
Raise ( string eventName ) : void
Target ( Type type, bool ifNotFoundUseEventProxy = false ) : System

Method Details

Invoke() public method

public Invoke ( string methodName ) : void
methodName string
return void

Raise() public method

public Raise ( string eventName ) : void
eventName string
return void

Target() public method

public Target ( Type type, bool ifNotFoundUseEventProxy = false ) : System
type System.Type
ifNotFoundUseEventProxy bool
return System