C# Class MonoDevelop.Components.Commands.CommandMethodInfo

Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Свойство Type Description
CommandId object

Protected Properties

Свойство Type Description
Method System.Reflection.MethodInfo

Méthodes publiques

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

Méthodes protégées

Méthode Description
Init ( MethodInfo method, MonoDevelop.Components.Commands.CommandMethodAttribute attr ) : void

Method Details

CommandMethodInfo() public méthode

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

CommandMethodInfo() public méthode

public CommandMethodInfo ( object commandId ) : System
commandId object
Résultat System

Init() protected méthode

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

Property Details

CommandId public_oe property

public object CommandId
Résultat object

Method protected_oe property

protected MethodInfo,System.Reflection Method
Résultat System.Reflection.MethodInfo