CustomConstantAttribute Class
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [AttributeUsageAttribute(AttributeTargets::Field|AttributeTargets::Parameter, Inherited=false)] public ref class CustomConstantAttribute abstract : public Attribute
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) */ public abstract class CustomConstantAttribute extends Attribute
SerializableAttribute ComVisibleAttribute(true) AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) public abstract class CustomConstantAttribute extends Attribute
Not applicable.
You can apply this attribute to fields or parameters.
This class cannot be instantiated.
Compilers should create specific classes, derived from this class, that define the type of the constant value. For example, see the DateTimeConstantAttribute, which allows a compiler to persist an 8-byte DateTime constant for a field or method parameter. If you are using System.Reflection, this pattern of deriving specific classes from CustomConstantAttribute enables you to find all occurrences of custom constant attributes easily.
The classes in System.Runtime.CompilerServices are for compiler writers' use only.
System.Attribute
System.Runtime.CompilerServices.CustomConstantAttribute
System.Runtime.CompilerServices.DateTimeConstantAttribute
System.Runtime.CompilerServices.IDispatchConstantAttribute
System.Runtime.CompilerServices.IUnknownConstantAttribute
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, 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.