C# Class Microsoft.JScript.JSConstructor

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

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Méthode Description
Construct ( Object thisob, Object args ) : Object
GetClassFullName ( ) : String
GetClassScope ( ) : ClassScope
GetConstructorInfo ( CompilerGlobals compilerGlobals ) : ConstructorInfo
GetPackage ( ) : PackageScope
Invoke ( BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
IsAccessibleFrom ( ScriptObject scope ) : bool
JSConstructor ( FunctionObject cons ) : System
OuterClassType ( ) : Type

Method Details

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

GetParameters() public méthode

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

IsDefined() public méthode

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