C# Class Microsoft.JScript.JSMethod

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 t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
IsDefined ( Type type, bool inherit ) : bool

Private Methods

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

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

GetCustomAttributes() public méthode

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

GetCustomAttributes() public méthode

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

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

IsDefined() public final méthode

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