Project {Microsoft.VisualBasic.ApplicationServices.Development.XmlDoc.Assembly} .NET clr documentation

Project

Description

Describes a Project, a collection of related types and namespaces. In this case, one Project = one DLL.

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Development.XmlDoc.Assembly
export class Project {
   Name: string;
   Namespaces: iterates(ProjectNamespace);
}

        

.NET clr type reference tree

  1. use by property member Namespaces: iterates(ProjectNamespace)

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