ManagedNameAttribute Class
Allows an instrumented class, or member of an instrumented class, to present an alternate name through management instrumentation.
For a list of all members of this type, see ManagedNameAttribute Members.
System.Object
System.Attribute
System.Management.Instrumentation.ManagedNameAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class Or AttributeTargets.Struct _ Or AttributeTargets.Method Or AttributeTargets.Property Or _ AttributeTargets.Field)> Public Class ManagedNameAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)] public class ManagedNameAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class | AttributeTargets::Struct | AttributeTargets::Method | AttributeTargets::Property | AttributeTargets::Field)] public __gc class ManagedNameAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field) class ManagedNameAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Management.Instrumentation
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
ManagedNameAttribute Members | System.Management.Instrumentation Namespace