C# Класс System.Reflection.RuntimeConstructorInfo

Наследование: ConstructorInfo
Показать файл Открыть проект Примеры использования класса

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