C# 클래스 MonoDevelop.Components.Commands.CommandMethodInfo

파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 프로퍼티들

프로퍼티 타입 설명
CommandId object

보호된 프로퍼티들

프로퍼티 타입 설명
Method System.Reflection.MethodInfo

공개 메소드들

메소드 설명
CommandMethodInfo ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : System
CommandMethodInfo ( object commandId ) : System

보호된 메소드들

메소드 설명
Init ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : void

메소드 상세

CommandMethodInfo() 공개 메소드

public CommandMethodInfo ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : System
method System.Reflection.MethodInfo
attr MonoDevelop.Components.Commands.CommandMethodAttribute
리턴 System

CommandMethodInfo() 공개 메소드

public CommandMethodInfo ( object commandId ) : System
commandId object
리턴 System

Init() 보호된 메소드

protected Init ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : void
method System.Reflection.MethodInfo
attr MonoDevelop.Components.Commands.CommandMethodAttribute
리턴 void

프로퍼티 상세

CommandId 공개적으로 프로퍼티

public object CommandId
리턴 object

Method 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection Method
리턴 System.Reflection.MethodInfo