Microsoft.VisualC Namespace

Contains classes that support compilation and code generation using the C++ language.

Classes

DebugInfoInPDBAttribute

An attribute applied to native classes that tells the debugger to look up field information in the pdb rather than in metadata.

DecoratedNameAttribute

An attribute used by the compiler to pass the decorated name of a method to the linker.

IsConstModifier

Is const modifier.

IsCXXReferenceModifier

Is C++ reference modifier.

IsLongModifier

Is long modifier.

IsSignedModifier

Is signed modifier.

IsVolatileModifier

Is volatile modifier.

MiscellaneousBitsAttribute

An attribute that stores miscellaneous information about a type in metadata.

NeedsCopyConstructorModifier

A custom modifier applied to parameters that tells the CLR marshaler to call the parameter's copy constructor when marshaling the parameter.

NoSignSpecifiedModifier

No sign specified modifier.