C# Class System.Net.WebProxyScriptHelper.WebProxyScriptHelper.MyMethodInfo

Inheritance: System.Reflection.MethodInfo
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

Method Details

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

GetCustomAttributes() public method

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

Invoke() public method

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
return object

IsDefined() public method

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

MyMethodInfo() public method

public MyMethodInfo ( string name ) : System.Security.Permissions
name string
return System.Security.Permissions