C# Class FullInspector.InspectedMethod

A method that is being inspected, typically for the purpose of a button.
Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Méthode Description
InspectedMethod ( MethodInfo method ) : System
Invoke ( object instance ) : void

Invoke the method. This function will never fail.

Method Details

InspectedMethod() public méthode

public InspectedMethod ( MethodInfo method ) : System
method System.Reflection.MethodInfo
Résultat System

Invoke() public méthode

Invoke the method. This function will never fail.
public Invoke ( object instance ) : void
instance object
Résultat void