C# Class System.Object

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( Object obj ) : bool
Equals ( Object objA, Object objB ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Private Methods

Method 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 method

public Equals ( Object obj ) : bool
obj Object
return bool

Equals() public static method

public static Equals ( Object objA, Object objB ) : bool
objA Object
objB Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String