Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.VisualC Namespace

 

The Microsoft.VisualC namespace contains classes that support compilation and code generation using the C++ language.

ClassDescription
System_CAPS_pubclassDebugInfoInPDBAttribute

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

System_CAPS_pubclassDecoratedNameAttribute

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

System_CAPS_pubclassIsConstModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Is const modifier.

System_CAPS_pubclassIsCXXReferenceModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Is C++ reference modifier.

System_CAPS_pubclassIsLongModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Is long modifier.

System_CAPS_pubclassIsSignedModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Is signed modifier.

System_CAPS_pubclassIsVolatileModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Is volatile modifier.

System_CAPS_pubclassMiscellaneousBitsAttribute

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

System_CAPS_pubclassNeedsCopyConstructorModifier

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

System_CAPS_pubclassNoSignSpecifiedModifier

Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. No sign specified modifier.

Return to top
Show: