IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.UtilSystem.ResolutionIdentity Class Reference

Provides identity for assembly resolution attempts. More...

+ Inheritance diagram for IG.Lib.UtilSystem.ResolutionIdentity:
+ Collaboration diagram for IG.Lib.UtilSystem.ResolutionIdentity:

Public Member Functions

 ResolutionIdentity (string assembly, string requestingAssembly)
 
bool Equals (ResolutionIdentity id)
 

Properties

string AssemblyName [get, set]
 
string RequestingAssemblyName [get, set]
 

Private Member Functions

 ResolutionIdentity ()
 

Detailed Description

Provides identity for assembly resolution attempts.

Using objects of this class, the szstem can establish while the same kind of assembly resolution has already occurred in the past, and thus skip the attempt.

Constructor & Destructor Documentation

IG.Lib.UtilSystem.ResolutionIdentity.ResolutionIdentity ( )
inlineprivate
IG.Lib.UtilSystem.ResolutionIdentity.ResolutionIdentity ( string  assembly,
string  requestingAssembly 
)
inline

Member Function Documentation

bool IG.Lib.UtilSystem.ResolutionIdentity.Equals ( ResolutionIdentity  id)
inline

Property Documentation

string IG.Lib.UtilSystem.ResolutionIdentity.AssemblyName
getset
string IG.Lib.UtilSystem.ResolutionIdentity.RequestingAssemblyName
getset

The documentation for this class was generated from the following file: