| --PROPERTIES OF dotNetObject:System.Reflection.RuntimeConstructorInfo | Default / Value |
| .Attributes : , read-only | dotNetObject:System.Reflection.MethodAttributes |
| .CallingConvention : , read-only | dotNetObject:System.Reflection.CallingConventions |
| .ContainsGenericParameters : , read-only | false |
| .DeclaringType : , read-only | dotNetObject:System.RuntimeType[System.String] |
| .IsAbstract : , read-only | false |
| .IsAssembly : , read-only | false |
| .IsConstructor : , read-only | false |
| .IsFamily : , read-only | false |
| .IsFamilyAndAssembly : , read-only | false |
| .IsFamilyOrAssembly : , read-only | false |
| .IsFinal : , read-only | false |
| .IsGenericMethod : , read-only | false |
| .IsGenericMethodDefinition : , read-only | false |
| .IsHideBySig : , read-only | true |
| .IsPrivate : , read-only | true |
| .IsPublic : , read-only | false |
| .IsSpecialName : , read-only | true |
| .IsStatic : , read-only | true |
| .IsVirtual : , read-only | false |
| .MemberType : , read-only | dotNetObject:System.Reflection.MemberTypes |
| .MetadataToken : , read-only | 100663798 |
| .MethodHandle : , read-only | dotNetObject:System.RuntimeMethodHandle |
| .Module : , read-only | dotNetObject:System.Reflection.Module |
| .Name : , read-only | .cctor |
| .ReflectedType : , read-only | dotNetObject:System.RuntimeType[System.String] |
| .ConstructorName : , read-only, static | .ctor |
| .TypeConstructorName : , read-only, static | .cctor |
| --METHODS OF dotNetObject:System.Reflection.RuntimeConstructorInfo | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .[static]GetCurrentMethod() | |
| .GetCustomAttributes inherit | |
| .GetCustomAttributes attributeType inherit | |
| .GetGenericArguments() | |
| .GetHashCode() | |
| .GetMethodBody() | |
| .[static]GetMethodFromHandle handle | |
| .[static]GetMethodFromHandle handle declaringType | |
| .GetMethodImplementationFlags() | |
| .GetObjectData info context | |
| .GetParameters() | |
| .GetType() | |
| .Invoke parameters | |
| .Invoke obj parameters | |
| .Invoke invokeAttr binder parameters culture | |
| .Invoke obj invokeAttr binder parameters culture | |
| .IsDefined attributeType inherit | |
| .[static]ReferenceEquals objA objB | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Reflection.RuntimeConstructorInfo | |