Initializes a new instance of the KernelTypeInfo class.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public KernelTypeInfo( Type type, bool isDummy ) |
Visual Basic |
---|
Public Sub New ( _ type As Type, _ isDummy As Boolean _ ) |
Visual C++ |
---|
public: KernelTypeInfo( Type^ type, bool isDummy ) |
Parameters
- type
- Type: System..::..Type
The type.
- isDummy
- Type: System..::..Boolean
if set to true is dummy.