C# 클래스 System.Reflection.RuntimeConstructorInfo

상속: ConstructorInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CacheEquals bool
CheckCanCreateInstance void
CheckConsistency void
GetMethodBody MethodBody
GetMethodHandle System.RuntimeMethodHandle
GetOneTimeSpecificFlags uint
GetParametersNoCopy System.Reflection.ParameterInfo[]
GetReturnType System.Type
Invoke Object
Invoke Object
RuntimeConstructorInfo System
RuntimeConstructorInfo System
SerializationInvoke void
ThrowNoInvokeException void

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetParameters ( ) : System.Reflection.ParameterInfo[]
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

비공개 메소드들

메소드 설명
CacheEquals ( object o ) : bool
CheckCanCreateInstance ( Type declaringType, bool isVarArg ) : void
CheckConsistency ( Object target ) : void
GetMethodBody ( ) : MethodBody
GetMethodHandle ( ) : RuntimeMethodHandle
GetOneTimeSpecificFlags ( ) : uint
GetParametersNoCopy ( ) : System.Reflection.ParameterInfo[]
GetReturnType ( ) : Type
Invoke ( BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
RuntimeConstructorInfo ( ) : System
RuntimeConstructorInfo ( RuntimeMethodHandle handle, RuntimeTypeHandle declaringTypeHandle, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, MethodAttributes methodAttributes, BindingFlags bindingFlags ) : System
SerializationInvoke ( Object target, SerializationInfo info, StreamingContext context ) : void
ThrowNoInvokeException ( ) : void

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : String
리턴 String