C# Class Microsoft.R.DataInspection.RValueInfo

Inheritance: REvaluationResultInfo, IRValueInfo
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
ToEnvironmentIndependentResult ( ) : IREvaluationResultInfo

Private Methods

Method Description
RValueInfo ( IRSession session, string environmentExpression, string expression, string name, Newtonsoft.Json.Linq.JObject json ) : System.Collections.Generic
RValueInfo ( IRSession session, string environmentExpression, string expression, string name, string representation, RChildAccessorKind accessorKind, string typeName, IReadOnlyList classes, int length, int attributeCount, int slotCount, int nameCount, IReadOnlyList dim, RValueFlags flags, bool canCoerceToDataFrame ) : System.Collections.Generic

Method Details

ToEnvironmentIndependentResult() public method

public ToEnvironmentIndependentResult ( ) : IREvaluationResultInfo
return IREvaluationResultInfo