Member Name | Description |
---|
Abstract | Specifies that the type is not implemented in the declaring type.
[Edit]
|
AnsiClass | Specifies that LPSTR is interpreted as ANSI.
[Edit]
|
AutoClass | Specifies that LPSTR is interpreted automatically.
[Edit]
|
AutoLayout |
Specifies that fields of the type are automatically laid
out by the system.
[Edit]
|
BeforeFieldInit |
Specifies that calling static methods of the type does not force the system to
initialize the type.
[Edit]
|
Class | Specifies that the type is a class.
[Edit]
|
ClassSemanticsMask | Specifies a bitmask used to determine whether a type is a class or interface.
[Edit]
|
CustomFormatClass | Specifies that LPSTR is interpreted by some implementation-specific means, which includes the possibility of throwing a NotSupportedException.
[Edit]
|
CustomFormatMask | Documentation for this section has not yet been entered.
[Edit]
|
ExplicitLayout |
Specifies that the layout of fields in the type is
provided explicitly.
[Edit]
|
HasSecurity | Documentation for this section has not yet been entered.
[Edit]
|
Import | Documentation for this section has not yet been entered.
[Edit]
|
Interface | Specifies that the type is an interface.
[Edit]
|
LayoutMask | Specifies a bitmask used to obtain layout information.
[Edit]
|
NestedAssembly | Specifies that the type is nested and is accessible
only to members within its assembly.
[Edit]
|
NestedFamANDAssem | Specifies that the type
is nested and is accessible only to members of its family in its assembly.
[Edit]
|
NestedFamily | Specifies that the type
is nested and is accessible only to members of its family.
[Edit]
|
NestedFamORAssem |
Specifies that the type
is nested and is accessible only to members of its family and throughout its assembly.
[Edit]
|
NestedPrivate | Specifies that the type is nested with private visibility.
[Edit]
|
NestedPublic | Specifies
that the type is nested with public visibility.
[Edit]
|
NotPublic | Specifies that the type is not public.
[Edit]
|
Public | Specifies that the type has public visibility.
[Edit]
|
ReservedMask | Documentation for this section has not yet been entered.
[Edit]
|
RTSpecialName | Documentation for this section has not yet been entered.
[Edit]
|
Sealed | Specifies that the type cannot be used
to derive new types.
[Edit]
|
SequentialLayout |
Specifies that fields in the type are laid out sequentially.
[Edit]
|
Serializable | Documentation for this section has not yet been entered.
[Edit]
|
SpecialName | Specifies that the type is treated in a special way by some tools. Note: For more information on special names, see Partition I of the CLI
Specification. For more information on SpecialName in metadata, see
Partition II of the CLI Specification.
[Edit]
|
StringFormatMask | Specifies a bitmask used to obtain string format information.
[Edit]
|
UnicodeClass | Specifies that LPSTR is interpreted as Unicode.
[Edit]
|
VisibilityMask | Specifies a bitmask used to obtain visibility information.
[Edit]
|