C# Class Microsoft.JScript.JSMethod

Inheritance: System.Reflection.MethodInfo
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Method Description
Construct ( Object args ) : Object
GetClassFullName ( ) : String
GetMethodInfo ( CompilerGlobals compilerGlobals ) : MethodInfo
GetPackage ( ) : PackageScope
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, Object thisob, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSMethod ( Object obj ) : System

Method Details

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

GetCustomAttributes() public method

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
return Object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

IsDefined() public final method

public final IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
return bool