System.Runtime.CompilerServices.CompilerGlobalScopeAttribute Class

Indicates that a class should be treated as if it has global scope.

See Also: CompilerGlobalScopeAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CompilerGlobalScopeAttribute : Attribute

Remarks

You can apply this attribute to classes.

This class is used only for communication with debugger tools.

The classes in System.Runtime.CompilerServices are for compiler writers use only.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0