C# Class Microsoft.JScript.JSMethodInfo

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

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type type, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
IsDefined ( Type type, bool inherit ) : bool
ToString ( ) : String

Private Methods

Method Description
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSMethodInfo ( MethodInfo method ) : System

Method Details

GetBaseDefinition() public method

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

GetCustomAttributes() public final method

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

GetCustomAttributes() public final method

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

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

GetParameters() public method

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

IsDefined() public final method

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

ToString() public method

public ToString ( ) : String
return String