C# Class MonoDevelop.Components.Commands.CommandMethodInfo

Mostrar archivo Open project: powerumc/monodevelop_korean

Public Properties

Property Type Description
CommandId object

Protected Properties

Property Type Description
Method System.Reflection.MethodInfo

Public Methods

Method Description
CommandMethodInfo ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : System
CommandMethodInfo ( object commandId ) : System

Protected Methods

Method Description
Init ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : void

Method Details

CommandMethodInfo() public method

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

CommandMethodInfo() public method

public CommandMethodInfo ( object commandId ) : System
commandId object
return System

Init() protected method

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

Property Details

CommandId public_oe property

public object CommandId
return object

Method protected_oe property

protected MethodInfo,System.Reflection Method
return System.Reflection.MethodInfo