Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionAssemblyInfo Class
Properties Methods


In This Topic
    SessionAssemblyInfo Class Members
    In This Topic

    The following tables list the members exposed by SessionAssemblyInfo.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new assembly information object with information from the provided assembly.  
    Top
    Public Properties
     NameDescription
    Public PropertyA display caption for the assembly.  
    Public PropertyThe standard full name for the culture (like EN-US)  
    Public PropertyThe full name of the assembly.  
    Public PropertyThe file version recorded in the manifest assembly, if available. May be null.  
    Public PropertyThe full name for the assembly, generally unique within an application domain.  
    Public PropertyIndicates of the assembly was loaded out of the Global Assembly Cache.  
    Public PropertyThe unique Id of this assembly information within the session.  
    Public PropertyThe .NET Runtime version the assembly image was compiled against.  
    Public PropertyThe date & time the assembly was loaded by the runtime.  
    Public PropertyThe full location to the assembly.  
    Public PropertyThe short name of the assembly (typically the same as the file name without extension). Not unique within an application domain.  
    Public PropertyThe processor architecture the assembly was compiled for.  
    Public PropertyThe Assembly Version that was loaded.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this SessionAssemblyInfo object to another to determine sorting order.  
    Public MethodOverloaded. Determines if the provided SessionAssemblyInfo object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Top
    Public Operators
    Compares two SessionAssemblyInfo instances for equality.
    Compares if one SessionAssemblyInfo instance should sort greater than another.
    Compares two SessionAssemblyInfo instances for inequality.
    Compares if one SessionAssemblyInfo instance should sort less than another.
    Top
    See Also