TypeAttributes (System.Reflection.TypeAttributes)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies type attributes.

VB.NET C#

C#

public enum struct TypeAttributes : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

TypeBuilder (Miembros de) (Sintaxis de Visual J#)

... Emit.TypeBuilder DefineNestedType ( System.String name ); public System.Reflection.Emit.TypeBuilder DefineNestedType ( System.String name , System.Reflection.TypeAttributes ...

ModuleBuilder (Miembros de) (Sintaxis de Visual J#)

... System.Guid languageVendor , System.Guid documentType ); public System.Reflection.Emit.EnumBuilder DefineEnum ( System.String name , System.Reflection.TypeAttributes ...

Source Viewer: assyq.cs

... this.Append("\nTypes (count=" + types.Length + ") :"); foreach (System.Type t in types) { this.Append("\n "); if ((t.Attributes & System.Reflection.TypeAttributes.Public ...

TypeAttributes Enumeration

Specifies type attributes. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. [VisualĀ Basic] Public ...

Mono Documentation

DefineEnum ( string , System.Reflection.TypeAttributes , System.Type ) : EnumBuilder Documentation for this section has not yet been entered. DefineGlobalMethod ( string , System ...

Mono Documentation

If the current instance represents a generic type parameter T, the System.Reflection.TypeAttributes returned by this property includes System.Reflection.TypeAttributes.Abstract , ...

System.Type Class

Base Types Object MemberInfo (excluded) Type. Assembly mscorlib Library BCL Summary Provides information about a type. Description The Type class is abstract, as is the MemberInfo ...

System.Reflection.TypeAttributes Enum

Summary Specifies that the type is not implemented in the declaring type. See Also System.Reflection.TypeAttributes Enum , System.Reflection Namespace

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support