nuget server logo nuget api documents
↑

API Docs / REnv / RTypeExportAttribute

RTypeExportAttribute

Full name SMRUCC.Rsharp.Runtime.Interop.RTypeExportAttribute Assembly REnv Members 4

export data type to R# runtime environment

00 Remarks

type information will be imports into current runtime context environment when do package module imports at function invoke ImportsPackage.ImportsStaticInternalImpl()

the type export information usually be used for the .NET clr de-serilization operation, example as:

  1. xml de-serialization: loadXml("...", typeof = "type_export_name")

01 Syntax

SMRUCC.Rsharp.Runtime.Interop.RTypeExportAttribute

02 Methods

NameOverloadsSummary
.ctor 1 export type with given alias name
ToString 1

03 Properties

NameOverloadsSummary
name 1 type name
model 1

04 Members

method .ctor #
#ctor(String, Type)

export type with given alias name

Parameters
NameTypeDescription
nameString

the type alias name in R# runtime environment

targetType

-

property name #
name

type name

property model #
model
method ToString #
ToString()