Gets the current module.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public CudafyModule CurrentModule { get; }
Visual Basic
Public ReadOnly Property CurrentModule As CudafyModule
	Get
Visual C++
public:
property CudafyModule^ CurrentModule {
	CudafyModule^ get ();
}

Field Value

The current module.

See Also