C# Class FullInspector.InspectedMethod

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

Public Methods

Method Description
InspectedMethod ( MethodInfo method ) : System
Invoke ( object instance ) : void

Invoke the method. This function will never fail.

Method Details

InspectedMethod() public method

public InspectedMethod ( MethodInfo method ) : System
method System.Reflection.MethodInfo
return System

Invoke() public method

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