C# Class System.Reflection.RuntimeConstructorInfo

Inheritance: ConstructorInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

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

Private Methods

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

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.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

GetObjectData() public method

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

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

IsDefined() public method

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

ToString() public method

public ToString ( ) : String
return String