Intersoft ClientUI Documentation
ObfuscateToAttribute Class
Members  See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace : ObfuscateToAttribute Class






Object Model

ObfuscateToAttribute Class

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Interface, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class ObfuscateToAttribute 
   Inherits System.Attribute
Visual Basic (Usage)Copy Code
Dim instance As ObfuscateToAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class ObfuscateToAttribute : System.Attribute 
Delphi 
public class ObfuscateToAttribute = class(System.Attribute)sealed; 
JScript 
AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface, 
   AllowMultiple=, 
   Inherited=)
public sealed class ObfuscateToAttribute extends System.Attribute
Managed Extensions for C++ 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class ObfuscateToAttribute : public System.Attribute 
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Field | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class ObfuscateToAttribute sealed : public System.Attribute 

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.