Gets the current module.
Namespace: Cudafy.HostAssembly: 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 (); } |