The KernelConstantInfo type exposes the following members.

Constructors

  NameDescription
Public methodKernelConstantInfo
Initializes a new instance of the KernelConstantInfo class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAssemblyChecksum
Gets the checksum of the assembly on which this member was based.
(Inherited from KernelMemberInfo.)
Public methodGetDeclaration
Gets the Cuda C declaration string generated by this constant.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the Name.
(Inherited from KernelMemberInfo.)
Public methodTryVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.
(Inherited from KernelMemberInfo.)
Public methodVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.
(Inherited from KernelMemberInfo.)

Properties

  NameDescription
Public propertyCudaPointer
Gets or sets the cuda pointer.
Public propertyDeserializedChecksum
Gets or sets the deserialized checksum.
(Inherited from KernelMemberInfo.)
Public propertyInformation
Gets the information.
Public propertyIsDummy
Gets a value indicating whether this instance is dummy.
(Inherited from KernelMemberInfo.)
Public propertyName
Gets the name.
(Overrides KernelMemberInfo..::..Name.)
Public propertyType
Gets the type.
(Overrides KernelMemberInfo..::..Type.)

See Also