C# Class System.Runtime.InteropServices.ArrayWithOffset

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method Description
CalculateCount ( ) : int

Method Details

ArrayWithOffset() public method

public ArrayWithOffset ( Object array, int offset ) : System
array Object
offset int
return System

Equals() public method

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

Equals() public method

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

GetArray() public method

public GetArray ( ) : Object
return Object

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetOffset() public method

public GetOffset ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool