C# 클래스 Nexus.Client.Commands.CommandBinding

The base class for binding a command to a command trigger.
상속: CommandBindingBase
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
Execute ( ) : void

Executes the command.

보호된 메소드들

메소드 설명
CommandBinding ( object p_objTrigger, Command p_cmdCommand ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

CommandBinding() 보호된 메소드

A simple constructor that initializes the object with the given values.
protected CommandBinding ( object p_objTrigger, Command p_cmdCommand ) : System
p_objTrigger object The object that can trigger the command.
p_cmdCommand Command The command that can be triggered.
리턴 System

Execute() 공개 메소드

Executes the command.
public Execute ( ) : void
리턴 void