C# Class YetAnotherRelogger.Helpers.Hotkeys.ActionContainer

Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Méthodes publiques

Méthode Description
GetAction ( string name, System.Version version ) : IHotkeyAction

Get Action by name and version

Private Methods

Méthode Description
ActionContainer ( ) : System

Method Details

GetAction() public static méthode

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