C# Класс Microsoft.JScript.JSConstructor

Наследование: System.Reflection.ConstructorInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
IsDefined ( Type type, bool inherit ) : bool

Приватные методы

Метод Описание
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

Описание методов

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
Результат Object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Результат Object[]

GetMethodImplementationFlags() публичный Метод

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Результат MethodImplAttributes

GetParameters() публичный Метод

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Результат System.Reflection.ParameterInfo[]

IsDefined() публичный Метод

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
Результат bool