The CudafyReflectorWrapper type exposes the following members.

Constructors

  NameDescription
Public methodCudafyReflectorWrapper
Initializes a new instance of the CudafyReflectorWrapper class

Methods

  NameDescription
Public methodStatic memberCudafy()()()()
Cudafies and compiles the type in which the calling method is located. CUDA architecture is 1.2; platform is set to the current application's (x86 or x64); and the CUDA version is the latest official release found on the current machine.
Public methodStatic memberCudafy(Object)
Cudafies and compiles the type of the specified object with default settings. CUDA architecture is 1.2; platform is set to the current application's (x86 or x64); and the CUDA version is the latest official release found on the current machine.
Public methodStatic memberCudafy(array<Type>[]()[][])
Cudafies and compiles the specified types with default settings. CUDA architecture is 1.2; platform is set to the current application's (x86 or x64); and the CUDA version is the latest official release found on the current machine.
Public methodStatic memberCudafy(ePlatform, eArchitecture, Version, Boolean, array<Type>[]()[][])
Cudafies the specified types.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 a String that represents the current Object.
(Inherited from Object.)

See Also