Gets the information.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public FieldInfo Information { get; internal set; }
Visual Basic
Public Property Information As FieldInfo
	Get
	Friend Set
Visual C++
public:
property FieldInfo^ Information {
	FieldInfo^ get ();
	internal: void set (FieldInfo^ value);
}

See Also