Initializes a new instance of the KernelTypeInfo class.

Namespace: Cudafy
Assembly: 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.

See Also