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

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

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

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

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

Метод Описание
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSMethodInfo ( MethodInfo method ) : System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public ToString ( ) : String
Результат String