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

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

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

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
IsDefined ( Type type, bool inherit ) : bool

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

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

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

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

public GetBaseDefinition ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

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

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