RContentOutput {SMRUCC.Rsharp.Runtime} | .NET clr documentation |
R# I/O redirect and interface for Rserve http server
# namespace SMRUCC.Rsharp.Runtime
export class RContentOutput extends TextWriter {
Encoding: Encoding;
env: OutputEnvironments;
FormatProvider: IFormatProvider;
# check of the @F:SMRUCC.Rsharp.Runtime.RContentOutput.logfile
which is opened by @M:SMRUCC.Rsharp.Runtime.Internal.Invokes.base.sink(System.String,System.Boolean,System.Boolean,System.Boolean,SMRUCC.Rsharp.Runtime.Environment)
function is existed or not?
isLogOpen: boolean;
NewLine: string;
recommendType: string;
stream: Stream;
}
Encoding
: Encodingenv
: OutputEnvironmentsFormatProvider
: IFormatProviderstream
: Stream