C# Class IronPython.Runtime.MemoryView

Inheritance: ICodeFormattable
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MemoryView ( IBufferProtocol @object ) : Microsoft.Scripting.Math
__len__ ( ) : int
__repr__ ( CodeContext context ) : string
operator ( ) : bool
this ( [ slice ) : object
this ( int index ) : object
tobytes ( ) : System.Bytes
tolist ( ) : List

Private Methods

Méthode Description
MemoryView ( IBufferProtocol @object, int start, int end ) : Microsoft.Scripting.Math
ValidateIndex ( int index ) : int
__delitem__ ( IronPython.Runtime.Slice slice ) : void
__delitem__ ( int index ) : void

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MemoryView() public méthode

public MemoryView ( IBufferProtocol @object ) : Microsoft.Scripting.Math
@object IBufferProtocol
Résultat Microsoft.Scripting.Math

__len__() public méthode

public __len__ ( ) : int
Résultat int

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( [ slice ) : object
slice [
Résultat object

this() public méthode

public this ( int index ) : object
index int
Résultat object

tobytes() public méthode

public tobytes ( ) : System.Bytes
Résultat System.Bytes

tolist() public méthode

public tolist ( ) : List
Résultat List