C# Class Microsoft.JScript.JSMethodInfo

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

GetBaseDefinition() public méthode

public GetBaseDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

GetCustomAttributes() public final méthode

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

GetCustomAttributes() public final méthode

public final GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public méthode

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

IsDefined() public final méthode

public final IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
Résultat bool

ToString() public méthode

public ToString ( ) : String
Résultat String