Package {SMRUCC.Rsharp.Development.Package} | .NET clr documentation |
The R# package module wrapper
# 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;
}
info
: PackageAttributepackage
: Type