Gets a value indicating whether this instance is simulated or emulated.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public bool IsSimulated { get; internal set; } |
Visual Basic |
---|
Public Property IsSimulated As Boolean Get Friend Set |
Visual C++ |
---|
public: property bool IsSimulated { bool get (); internal: void set (bool value); } |