IRType {SMRUCC.Rsharp.Runtime.Interop} .NET clr documentation

IRType

Description

the common model of the .NET clr type and R# runtime type

Declare

            
# namespace SMRUCC.Rsharp.Runtime.Interop
export class IRType {
   # the class name for display and inspect
   className: string;
   mode: TypeCodes;
   raw: Type;
}

        

.NET clr type reference tree

  1. use by property member mode: TypeCodes
  2. use by property member raw: Type

[Package {$package} version {$version} Index]