RObject.Classes Property
Gets the class of the object.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public string[] Classes { get; }
Property Value
String[]Remarks
If the object does not have a class, then an empty string is returned.