C# Class System.Security.Principal.IdentityReference

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
IsValidTargetType ( Type targetType ) : bool
ToString ( ) : string
Translate ( Type targetType ) : IdentityReference
operator ( ) : bool

Private Methods

Méthode Description
IdentityReference ( ) : System.Globalization

Method Details

Equals() public abstract méthode

public abstract Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public abstract méthode

public abstract GetHashCode ( ) : int
Résultat int

IsValidTargetType() public abstract méthode

public abstract IsValidTargetType ( Type targetType ) : bool
targetType Type
Résultat bool

ToString() public abstract méthode

public abstract ToString ( ) : string
Résultat string

Translate() public abstract méthode

public abstract Translate ( Type targetType ) : IdentityReference
targetType Type
Résultat IdentityReference

operator() public static méthode

public static operator ( ) : bool
Résultat bool