C# 클래스 YetAnotherRelogger.Helpers.Hotkeys.ActionContainer

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 메소드들

메소드 설명
GetAction ( string name, System.Version version ) : IHotkeyAction

Get Action by name and version

비공개 메소드들

메소드 설명
ActionContainer ( ) : System

메소드 상세

GetAction() 공개 정적인 메소드

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