|
Assembly |
Defines an Assembly object, which is a reusable, self-describing building block of a common language runtime (CLR) application. Note that you can create different versions of a single Assembly object. |
|
AssemblyCompanyAttribute |
Defines a company name custom attribute for an assembly manifest. |
|
AssemblyConfigurationAttribute |
Defines an assembly configuration custom attribute (such as retail or debug) for an assembly manifest. |
|
AssemblyCopyrightAttribute |
Defines a copyright custom attribute for an assembly manifest. |
|
AssemblyCultureAttribute |
Specifies the culture that a particular assembly supports. |
|
AssemblyDefaultAliasAttribute |
Defines a "friendly" default alias for an assembly manifest. |
|
AssemblyDelaySignAttribute |
Specifies that an assembly is not fully signed when it is created. |
|
AssemblyDescriptionAttribute |
Defines an assembly description custom attribute for an assembly manifest. |
|
AssemblyFileVersionAttribute |
Instructs a compiler to use a specific version number for the file version resource. |
|
AssemblyFlagsAttribute |
Specifies whether the assembly being attributed supports side-by-side execution on the same computer, in the same process, or in the same application domain. |
|
AssemblyInformationalVersionAttribute |
Defines additional version information for an assembly manifest. |
|
AssemblyKeyFileAttribute |
Specifies the name of a file containing the key pair that is used to generate a strong name for the assembly being attributed. |
|
AssemblyKeyNameAttribute |
Specifies the name of a key container within the Cryptographic Service Provider (CSP) that contains the key pair that is used to generate a strong name for the assembly being attributed. |
|
AssemblyName |
Describes an assembly's unique identity in full. |
|
AssemblyProductAttribute |
Defines a product name custom attribute for an assembly manifest. |
|
AssemblyTitleAttribute |
Defines an assembly title attribute for an assembly manifest. |
|
AssemblyTrademarkAttribute |
Defines a trademark attribute for an assembly manifest. |
|
AssemblyVersionAttribute |
Specifies the version number of the assembly being attributed. |
|
Binder |
Selects a member from a list of candidates, and performs a type conversion from actual argument type to formal argument type. |
|
ConstructorInfo |
Discovers the attributes of a class constructor and provides access to constructor metadata. |
|
DefaultMemberAttribute |
Defines the member of a type that is the default member used by the System.Type.InvokeMember method. |
|
FieldInfo |
Discovers the attributes of a specific field and provides access to field metadata. |
|
MemberInfo |
Discovers the attributes of a particular member and provides access to member metadata. |
|
MethodBase |
Provides information about methods and constructors. |
|
MethodInfo |
Discovers the attributes of a particular method and provides access to method metadata. |
|
PropertyInfo |
Discovers the attributes of a particular property and provides access to property metadata. |