C# Class YetAnotherRelogger.Helpers.Hotkeys.ActionContainer

Mostra file Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Methods

Method Description
GetAction ( string name, System.Version version ) : IHotkeyAction

Get Action by name and version

Private Methods

Method Description
ActionContainer ( ) : System

Method Details

GetAction() public static method

Get Action by name and version
public static GetAction ( string name, System.Version version ) : IHotkeyAction
name string Action Name
version System.Version Action Version
return IHotkeyAction