VPFileIO ReadFromBinaryInResources T  Method Virtual Photonics - VTS Library
Virtual Photonics
Read an object of type Time from a binary file in resources

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static T ReadFromBinaryInResources<T>(
	string filename,
	string projectName
)

Parameters

filename
Type: OnlineSystem String
Name of the binary file in resources
projectName
Type: OnlineSystem String
Name of the project where the resources are located
Type Parameters

T
Type of the object

Return Value

Type: T
The object of type Time
See Also