C# Class Obfuscar.PropertyKey

Afficher le fichier Open project: remobjects/Obfuscar Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( MemberReference member ) : bool
PropertyKey ( TypeKey typeKey, Mono.Cecil.PropertyDefinition prop ) : System
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
ShouldSkip ( bool keepPublicApi, bool hidePrivateApi ) : bool

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

Matches() public méthode

public Matches ( MemberReference member ) : bool
member Mono.Cecil.MemberReference
Résultat bool

PropertyKey() public méthode

public PropertyKey ( TypeKey typeKey, Mono.Cecil.PropertyDefinition prop ) : System
typeKey TypeKey
prop Mono.Cecil.PropertyDefinition
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool