Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IAssemblyInfo Interface

IAssemblyInfo Interface Properties

For a list of all members of this type, see IAssemblyInfo members.

Public Properties
 NameDescription
 PropertyA display caption for the assembly.  
 PropertyThe standard full name for the culture (like EN-US)  
 PropertyThe full name of the assembly.  
 PropertyThe file version recorded in the manifest assembly, if available. May be null.  
 PropertyThe full name for the assembly, generally unique within an application domain.  
 PropertyIndicates of the assembly was loaded out of the Global Assembly Cache.  
 PropertyThe unique Id of this assembly information within the session.  
 PropertyThe .NET Runtime version the assembly image was compiled against.  
 PropertyThe date & time the assembly was loaded by the runtime.  
 PropertyThe full location to the assembly.  
 PropertyThe short name of the assembly (typically the same as the file name without extension). Not unique within an application domain.  
 PropertyThe processor architecture the assembly was compiled for.  
 PropertyThe session this assembly was recorded as part of  
 PropertyThe Assembly Version that was loaded.  
Top
See Also