CompilerGlobalScopeAttribute Class
.NET Framework 3.0
Indicates that a class should be treated as if it has global scope.
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets::Class)] [ComVisibleAttribute(true)] public ref class CompilerGlobalScopeAttribute : public Attribute
/** @attribute SerializableAttribute() */ /** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ /** @attribute ComVisibleAttribute(true) */ public class CompilerGlobalScopeAttribute extends Attribute
SerializableAttribute AttributeUsageAttribute(AttributeTargets.Class) ComVisibleAttribute(true) public class CompilerGlobalScopeAttribute extends Attribute
Not applicable.
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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: