ResourceExposureAttribute Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies the resource exposure for a member of a class. This class cannot be inherited.
Namespace: System.Runtime.VersioningAssembly: mscorlib (in mscorlib.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Constructor Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field, Inherited:=False)> _ <ConditionalAttribute("RESOURCE_ANNOTATION_WORK")> _ Public NotInheritable Class ResourceExposureAttribute Inherits Attribute 'Usage Dim instance As ResourceExposureAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, Inherited=false) */
/** @attribute ConditionalAttribute("RESOURCE_ANNOTATION_WORK") */
public final class ResourceExposureAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, Inherited=false) ConditionalAttribute("RESOURCE_ANNOTATION_WORK") public final class ResourceExposureAttribute extends Attribute
Not applicable.
The ResourceConsumptionAttribute attribute must be applied to a member calling a member that has the ResourceExposureAttribute attribute applied. Public members cannot expose Assembly or Private resources. Members with Assembly scope cannot expose Private resources.
The graph of methods terminates when an ResourceExposureAttribute attribute with a resource scope of None is applied to a method.
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: