Read an object from an binary file.
Namespace:
Devolutions.UtilsAssembly: 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 ) |