Nevron .NET Vision
Nevron.Reflection Namespace / NObfuscatorVisibleAttribute Class
Members


In This Topic
    NObfuscatorVisibleAttribute Class
    In This Topic
    Specifies whether a type is visible by the obfuscator. This allows for a type to be explicitly excluded from obfuscation process.
    Object Model
    NObfuscatorVisibleAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public Class NObfuscatorVisibleAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As NObfuscatorVisibleAttribute
    [System.AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public class NObfuscatorVisibleAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Nevron.Reflection.NObfuscatorVisibleAttribute

    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