AssemblyInfo {Microsoft.VisualBasic.ApplicationServices.Development} .NET clr documentation

AssemblyInfo

Description

My Project\AssemblyInfo.vb

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Development
export class AssemblyInfo {
   AssemblyCompany: string;
   AssemblyCopyright: string;
   AssemblyDescription: string;
   AssemblyFileVersion: string;
   AssemblyFullName: string;
   AssemblyInformationalVersion: string;
   AssemblyProduct: string;
   AssemblyTitle: string;
   AssemblyTrademark: string;
   AssemblyVersion: string;
   # The compile date and time of the assembly file.
   BuiltTime: DateTime;
   ComVisible: boolean;
   # The following GUID is for the ID of the typelib if this project is exposed to COM
   Guid: string;
   Name: string;
   TargetFramework: string;
}

        

.NET clr type reference tree

  1. use by property member BuiltTime: DateTime

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