C# Class Microsoft.JScript.JSConstructor

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

Public Methods

Method 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

Method 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 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

GetParameters() public method

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

IsDefined() public method

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