Intersoft ClientUI Documentation
DoNotObfuscateAttribute Class
Members 



Syntax
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Module Or  _
    AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Delegate, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class DoNotObfuscateAttribute 
   Inherits System.Attribute
Dim instance As DoNotObfuscateAttribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface | 
    AttributeTargets.Delegate, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class DoNotObfuscateAttribute : System.Attribute 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface | 
    AttributeTargets.Delegate, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class DoNotObfuscateAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Intersoft.Client.Data.ComponentModel.DoNotObfuscateAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DoNotObfuscateAttribute Members
Intersoft.Client.Data.ComponentModel Namespace

Send Feedback