Nevron .NET Vision
Nevron.Diagram Namespace / NBinaryState Class / RestoreObjectState Method
object in which to restore state
state to restore


In This Topic
    RestoreObjectState Method
    In This Topic
    Restores the serializable object state from a binary stream
    Syntax
    'Declaration
     
    
    Public Shared Sub RestoreObjectState( _
       ByVal obj As System.Object, _
       ByVal state As NBinaryState _
    ) 
    'Usage
     
    
    Dim obj As System.Object
    Dim state As NBinaryState
     
    NBinaryState.RestoreObjectState(obj, state)
    public static void RestoreObjectState( 
       System.object obj,
       NBinaryState state
    )

    Parameters

    obj
    object in which to restore state
    state
    state to restore
    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