export data type to R# runtime environment
RTypeExportAttribute
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:
- xml de-serialization: loadXml("...", typeof = "type_export_name")
01 Syntax
SMRUCC.Rsharp.Runtime.Interop.RTypeExportAttribute
02 Methods
03 Properties
04 Members
#ctor(
String, Type)export type with given alias name
Parameters
| Name | Type | Description |
|---|---|---|
name | String | the type alias name in R# runtime environment |
target | Type | - |
name
type name
model
ToString()