Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FullInspector
InspectedMethod
C# Class FullInspector.InspectedMethod
A method that is being inspected, typically for the purpose of a button.
显示文件
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