ResourceExposureAttribute Class
Specifies the resource exposure for a member of a class. This class cannot be inherited.
Assembly: 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
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.