Nevron .NET Vision
Nevron.Serialization Namespace / NSerializationFilter Class / InternalFilter Method


In This Topic
    InternalFilter Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shared Function InternalFilter( _
       ByRef sType As System.String, _
       ByVal hashSerialized As System.Collections.Hashtable, _
       ByVal hashNonSerialized As System.Collections.Hashtable, _
       ByVal regexSerialized As System.Collections.ArrayList, _
       ByVal regexNonSerialized As System.Collections.ArrayList _
    ) As System.Boolean
    'Usage
     
    
    Dim sType As System.String
    Dim hashSerialized As System.Collections.Hashtable
    Dim hashNonSerialized As System.Collections.Hashtable
    Dim regexSerialized As System.Collections.ArrayList
    Dim regexNonSerialized As System.Collections.ArrayList
    Dim value As System.Boolean
     
    value = NSerializationFilter.InternalFilter(sType, hashSerialized, hashNonSerialized, regexSerialized, regexNonSerialized)
    protected static System.bool InternalFilter( 
       ref System.string sType,
       System.Collections.Hashtable hashSerialized,
       System.Collections.Hashtable hashNonSerialized,
       System.Collections.ArrayList regexSerialized,
       System.Collections.ArrayList regexNonSerialized
    )

    Parameters

    sType
    hashSerialized
    hashNonSerialized
    regexSerialized
    regexNonSerialized
    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