Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IAssemblyInfo Interface
Properties Methods

In This Topic
    IAssemblyInfo Interface Members
    In This Topic

    The following tables list the members exposed by IAssemblyInfo.

    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
    Public Methods
     NameDescription
     MethodCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from System.IComparable<IAssemblyInfo>)
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IAssemblyInfo>)
    Top
    See Also