Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjectsDeserializer Class / GetObject Method / GetObject(String,Type,ISupportedProduct,Boolean) Method


In This Topic
    GetObject(String,Type,ISupportedProduct,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetObject( _
       ByVal filename As String, _
       ByVal type As Type, _
       ByVal supportProduct As ISupportedProduct, _
       ByVal multiThread As Boolean _
    ) As Object
    'Usage
     
    
    Dim instance As ObjectsDeserializer
    Dim filename As String
    Dim type As Type
    Dim supportProduct As ISupportedProduct
    Dim multiThread As Boolean
    Dim value As Object
     
    value = instance.GetObject(filename, type, supportProduct, multiThread)

    Parameters

    filename
    type
    supportProduct
    multiThread
    See Also