Microsoft.VisualC Namespace
.NET Framework 4.5
The Microsoft.VisualC namespace contains classes that support compilation and code generation using the C++ language.
| Class | Description | |
|---|---|---|
|
DebugInfoInPDBAttribute | Obsolete. An attribute applied to native classes that tells the debugger to look up field information in the pdb rather than in metadata. |
|
DecoratedNameAttribute | Obsolete. An attribute used by the compiler to pass the decorated name of a method to the linker. |
|
IsConstModifier | Infrastructure. Obsolete. Is const modifier. |
|
IsCXXReferenceModifier | Infrastructure. Obsolete. Is C++ reference modifier. |
|
IsLongModifier | Infrastructure. Obsolete. Is long modifier. |
|
IsSignedModifier | Infrastructure. Obsolete. Is signed modifier. |
|
IsVolatileModifier | Infrastructure. Obsolete. Is volatile modifier. |
|
MiscellaneousBitsAttribute | Obsolete. An attribute that stores miscellaneous information about a type in metadata. |
|
NeedsCopyConstructorModifier | Obsolete. A custom modifier applied to parameters that tells the CLR marshaler to call the parameter's copy constructor when marshaling the parameter. |
|
NoSignSpecifiedModifier | Infrastructure. Obsolete. No sign specified modifier. |