TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
TNet.CachedFunc Class Reference

Functions gathered via reflection get cached along with their object references and expected parameter types. More...

Public Member Functions

object Execute (params object[] pars)
 Execute this function with the specified number of parameters. More...
 

Public Attributes

object obj = null
 
MethodInfo func
 
ParameterInfo[] parameters
 

Detailed Description

Functions gathered via reflection get cached along with their object references and expected parameter types.

Member Function Documentation

object TNet.CachedFunc.Execute ( params object[]  pars)

Execute this function with the specified number of parameters.

Member Data Documentation

MethodInfo TNet.CachedFunc.func
object TNet.CachedFunc.obj = null
ParameterInfo [] TNet.CachedFunc.parameters

The documentation for this class was generated from the following file: