C# Class InternalSystem.Object

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
GetType ( ) : Type
Object ( ) : SharpOS.AOT.Attributes
ReferenceEquals ( object o1, object o2 ) : bool
ToString ( ) : string

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetType() public méthode

public GetType ( ) : Type
Résultat Type

Object() public méthode

public Object ( ) : SharpOS.AOT.Attributes
Résultat SharpOS.AOT.Attributes

ReferenceEquals() public static méthode

public static ReferenceEquals ( object o1, object o2 ) : bool
o1 object
o2 object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string