C# Class Microsoft.JScript.JSClosureMethod

Inheritance: JSMethod
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetParameters ( ) : System.Reflection.ParameterInfo[]

Private Methods

Method Description
Construct ( Object args ) : Object
GetMethodInfo ( CompilerGlobals compilerGlobals ) : MethodInfo
Invoke ( Object obj, Object thisob, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSClosureMethod ( MethodInfo method ) : System

Method Details

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]