Nevron .NET Vision
Nevron.Serialization Namespace / NDefaultDeserializationConflictResolver Class / ResolveTypeActivate Method


In This Topic
    ResolveTypeActivate Method (NDefaultDeserializationConflictResolver)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ResolveTypeActivate( _
       ByVal typeInfo As NTypeInfo, _
       ByRef newObject As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDefaultDeserializationConflictResolver
    Dim typeInfo As NTypeInfo
    Dim newObject As System.Object
    Dim value As System.Boolean
     
    value = instance.ResolveTypeActivate(typeInfo, newObject)
    public System.bool ResolveTypeActivate( 
       NTypeInfo typeInfo,
       ref System.object newObject
    )

    Parameters

    typeInfo
    newObject
    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