C# Class System.Object

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
Equals ( Object objA, Object objB ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Private Methods

Méthode Description
FieldGetter ( String typeName, String fieldName, Object &val ) : void
FieldSetter ( String typeName, String fieldName, Object val ) : void
GetFieldInfo ( String typeName, String fieldName ) : System.Reflection.FieldInfo
GetType ( ) : Type
InternalEquals ( Object objA, Object objB ) : bool
InternalGetHashCode ( Object obj ) : int
MemberwiseClone ( ) : Object
Object ( ) : System
ReferenceEquals ( Object objA, Object objB ) : bool

Method Details

Equals() public méthode

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

Equals() public static méthode

public static Equals ( Object objA, Object objB ) : bool
objA Object
objB Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String