System.Reflection.ConstructorInfo Class
Information   Base Types   Related Resources

Discovers the attributes of a class constructor and provides access to constructor metadata.

  • Namespace: System.Reflection
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Reflection.MethodBase
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (8)Discussions (66)MembersRotorChanges
    Articles

    Page: 1
    Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool
    MSDN
    Review the AutoSproc tool, which uses a code generation technique using classes from the System.Reflection.Emit namespace. It is assumed that the reader is fully conversant with the System.Reflection namespace, but not System.Reflection.Emit or CIL.
    C# List View v1.3
    The Code Project
    A fully featured completely managed C# ListView.
    Full-featured XP Style Collapsible Panel
    The Code Project
    Source and demo application for a full-featured XP style collapsible panel
    Hardcore Visual Studio .NET: Extensible Applications: New Features Without Recompiling
    MSDN
    Joe Wirtley of Hardcore Visual Studio .NET shows you how to use reflection, interfaces, and dynamically loaded assemblies to create applications that can easily be extended with new business logic.
    JIT Coding
    C# Corner
    One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit.
    Reflection in C#
    .NET Xtreme
    The ability to find out information about objects at run-time is called Reflection. In Reflection we can find out the object’s class, details of an object’s methods, and even create one dynamically at runtime. Reflection is a powerful mechanism with the System.Reflection namespace contains nearly forty classes and interface. The Type class is the root of all reflection operations and the Object that represents a type inside the system.
    Using Reflection Emit to Cache .NET Assemblies
    MSDN
    There are few automated ways of caching methods within a Microsoft .NET Assembly or Web Service without writing a significant amount of the logic into the application. And sometimes, if the Web Service or .NET Assembly is from a third party, it isn't possible. This article outlines a non-intrusive caching solution that uses Reflection Emit in the Microsoft .NET Framework. Reflection Emit is the ability to generate assemblies, types, methods, and MSIL (Microsoft Intermediate Language) on the fly in .NET. This generated code can then either by run dynamically or saved to disk as an assembly.
    XsdTidy beautifies the Xsd.exe output *with full DocBook .net Wrapper*
    The Code Project
    Refactors the Xsd.exe classes. Shipped with a full .Net wrapper of DocBook
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com