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

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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 méthode

public GetBaseDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type type, bool inherit ) : object[]
type Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public méthode

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

Invoke() public méthode

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
Résultat object

IsDefined() public méthode

public IsDefined ( Type type, bool inherit ) : bool
type Type
inherit bool
Résultat bool

MyMethodInfo() public méthode

public MyMethodInfo ( string name ) : System.Security.Permissions
name string
Résultat System.Security.Permissions