Read an object from an binary file.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function LoadObjectFromFile ( _
	fileName As String, _
	type As Type _
) As Object
C#
public static Object LoadObjectFromFile(
	string fileName,
	Type type
)

Parameters

fileName
Type: System..::..String
type
Type: System..::..Type

Return Value

See Also