C# Class SFXUtility.IoCContainer.MappingKey

Afficher le fichier Open project: Smokyfox/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MappingKey ( Type type, bool singleton, string instanceName ) : System
ToString ( ) : string
ToTraceString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MappingKey() public méthode

public MappingKey ( Type type, bool singleton, string instanceName ) : System
type System.Type
singleton bool
instanceName string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToTraceString() public méthode

public ToTraceString ( ) : string
Résultat string