C# Class IronJS.AutoWrapObject.FunctionInfo

Mostrar archivo Open project: WindowsTermKit/TermKit

Public Properties

Property Type Description
Function FunctionObject
Name string
ParameterTypes System.Type[]
ReturnType System.Type

Public Methods

Method Description
FunctionInfo ( string name, FunctionObject func, Type ret, Type param ) : System

Method Details

FunctionInfo() public method

public FunctionInfo ( string name, FunctionObject func, Type ret, Type param ) : System
name string
func FunctionObject
ret System.Type
param System.Type
return System

Property Details

Function public_oe property

public FunctionObject Function
return FunctionObject

Name public_oe property

public string Name
return string

ParameterTypes public_oe property

public Type[],System ParameterTypes
return System.Type[]

ReturnType public_oe property

public Type,System ReturnType
return System.Type