Gets the type of the method.

Namespace: Cudafy
Assembly: 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);
}

Field Value

The type of the method.

See Also