C# Класс System.Net.WebProxyScriptHelper.WebProxyScriptHelper.MyMethodInfo

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

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

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type type, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object target, BindingFlags bindingAttr, Binder binder, object args, CultureInfo culture ) : object
IsDefined ( Type type, bool inherit ) : bool
MyMethodInfo ( string name ) : System.Security.Permissions

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

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

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

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

public GetCustomAttributes ( Type type, bool inherit ) : object[]
type 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[]

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

public Invoke ( object target, BindingFlags bindingAttr, Binder binder, object args, CultureInfo culture ) : object
target object
bindingAttr BindingFlags
binder System.Reflection.Binder
args object
culture System.Globalization.CultureInfo
Результат object

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

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

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

public MyMethodInfo ( string name ) : System.Security.Permissions
name string
Результат System.Security.Permissions