C# 클래스 System.Net.WebProxyScriptHelper.WebProxyScriptHelper.MyMethodInfo

상속: System.Reflection.MethodInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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