Package {SMRUCC.Rsharp.Development.Package} .NET clr documentation

Package

Description

The R# package module wrapper

Declare

            
# namespace SMRUCC.Rsharp.Development.Package
export class Package {
   # get the .net clr dll assembly basename without extension suffix
   dllName: string;
   info: PackageAttribute;
   is_basePackage: boolean;
   # the Package.package assembly module is nothing means 
   #  the current package object is missing on your filesystem.
   isMissing: boolean;
   libPath: string;
   # Get all api names in this package module
   ls: string;
   namespace: string;
   # the package assembly module.
   package: Type;
}

        

.NET clr type reference tree

  1. use by property member info: PackageAttribute
  2. use by property member package: Type

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