C# Class System.Runtime.InteropServices.ArrayWithOffset

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

Méthodes publiques

Méthode Description
ArrayWithOffset ( Object array, int offset ) : System
Equals ( ArrayWithOffset obj ) : bool
Equals ( Object obj ) : bool
GetArray ( ) : Object
GetHashCode ( ) : int
GetOffset ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
CalculateCount ( ) : int

Method Details

ArrayWithOffset() public méthode

public ArrayWithOffset ( Object array, int offset ) : System
array Object
offset int
Résultat System

Equals() public méthode

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

Equals() public méthode

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

GetArray() public méthode

public GetArray ( ) : Object
Résultat Object

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetOffset() public méthode

public GetOffset ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool