Nevron.Serialization Namespace / NSerializationFilter Class / InternalFilter Method


InternalFilter Method
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)

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