C# 클래스 FullInspector.InspectedMethod

A method that is being inspected, typically for the purpose of a button.
파일 보기 프로젝트 열기: jacobdufault/fullinspector 1 사용 예제들

공개 메소드들

메소드 설명
InspectedMethod ( MethodInfo method ) : System
Invoke ( object instance ) : void

Invoke the method. This function will never fail.

메소드 상세

InspectedMethod() 공개 메소드

public InspectedMethod ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

Invoke() 공개 메소드

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