Tries to deserialize from the specified file.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public static CudafyModule TryDeserialize(
	string filename
)
Visual Basic
Public Shared Function TryDeserialize ( _
	filename As String _
) As CudafyModule
Visual C++
public:
static CudafyModule^ TryDeserialize(
	String^ filename
)

Parameters

filename
Type: System..::..String
The filename.

Return Value

Cudafy module or null if failed.

See Also