Verifies the checksums of all functions, constants and types.

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

Syntax

C#
public bool TryVerifyChecksums()
Visual Basic
Public Function TryVerifyChecksums As Boolean
Visual C++
public:
bool TryVerifyChecksums()

Return Value

True if checksums match, else false.

See Also