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


In This Topic
    NReferenceFieldAttribute Class
    In This Topic
    Attribute applicable to fields, which must be treated as references
    Object Model
    NReferenceFieldAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Field)>
    Public Class NReferenceFieldAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As NReferenceFieldAttribute
    [System.AttributeUsage(AttributeTargets.Field)]
    public class NReferenceFieldAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Nevron.Reflection.NReferenceFieldAttribute

    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