Mono Class Library: System.Reflection Namespace

System.Reflection.ConstructorInfo Class

Provides access to constructor metadata. [Edit]

See Also: ConstructorInfo Members

System.Object
     System.Reflection.MemberInfo
          System.Reflection.MethodBase
               System.Reflection.ConstructorInfo

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComDefaultInterface(typeof(System.Runtime.InteropServices._ConstructorInfo))]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class ConstructorInfo : MethodBase, System.Runtime.InteropServices._ConstructorInfo

Thread Safety

This type is safe for multithreaded operations.

Permissions

TypeReason
System.Security.Permissions.ReflectionPermission [Edit] Requires permission to reflect non-public members of a type in loaded assemblies. See System.Security.Permissions.ReflectionPermissionFlag.TypeInformation.

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0