Gets the type of the method.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public eKernelMethodType MethodType { get; private set; } |
Visual Basic |
---|
Public Property MethodType As eKernelMethodType Get Private Set |
Visual C++ |
---|
public: property eKernelMethodType MethodType { eKernelMethodType get (); private: void set (eKernelMethodType value); } |