|
... Emit.TypeBuilder DefineNestedType ( System.String name ); public System.Reflection.Emit.TypeBuilder DefineNestedType ( System.String name , System.Reflection.TypeAttributes ...
|
|
... System.Guid languageVendor , System.Guid documentType ); public System.Reflection.Emit.EnumBuilder DefineEnum ( System.String name , System.Reflection.TypeAttributes ...
|
|
... this.Append("\nTypes (count=" + types.Length + ") :"); foreach (System.Type t in types) { this.Append("\n "); if ((t.Attributes & System.Reflection.TypeAttributes.Public ...
|
|
Specifies type attributes. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. [VisualĀ Basic] Public ...
|
|
DefineEnum ( string , System.Reflection.TypeAttributes , System.Type ) : EnumBuilder Documentation for this section has not yet been entered. DefineGlobalMethod ( string , System ...
|
|
If the current instance represents a generic type parameter T, the System.Reflection.TypeAttributes returned by this property includes System.Reflection.TypeAttributes.Abstract , ...
|
|
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 ...
|
|
Summary Specifies that the type is not implemented in the declaring type. See Also System.Reflection.TypeAttributes Enum , System.Reflection Namespace
|