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

DESCRIPTION

Description

the metadata of the R# package file

Declare

            
# namespace SMRUCC.Rsharp.Development.Package.File
export class DESCRIPTION {
   # the author names for write this packages
   Author: string;
   # the date time for build this package
   Date: string;
   # A long text for make notes about this package its function and usage.
   Description: string;
   # check of the content data of current package metadata is empty or not?
   isEmpty: boolean;
   # the license name
   License: string;
   Maintainer: string;
   # other additional metadata about this package
   meta: list;
   # the package name
   Package: string;
   # the title display of the current package.
   Title: string;
   # the type of the current R# package.
   Type: string;
   # the package version string
   Version: string;
}

        

.NET clr type reference tree

  1. use by property member meta: list

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