Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TinyEE
FunctionsWrapper
C# Class TinyEE.FunctionsWrapper
Wrap around a static type, convert instance method calls into static ones
Inheritance:
System.Dynamic.DynamicObject
ファイルを表示
Open project: wpq0/Tiny-Expression-Evaluator
Public Methods
Method
Description
TryInvokeMember
(
InvokeMemberBinder
binder
,
object
args
,
object
&
result
) :
bool
Private Methods
Method
Description
FunctionsWrapper
(
Type
type
) :
System
Method Details
TryInvokeMember()
public
method
public
TryInvokeMember
(
InvokeMemberBinder
binder
,
object
args
,
object
&
result
) :
bool
binder
System.Dynamic.InvokeMemberBinder
args
object
result
object
return
bool