Property | Type | Description | |
---|---|---|---|
Rank | int | ||
Type |
Property | Type | Description | |
---|---|---|---|
bounds |
Method | Description | |
---|---|---|
GetArrayBounds ( System.Thread thread ) : |
||
GetClassObject ( System.Thread thread ) : |
||
GetElement ( System.Thread thread, int indices ) : |
||
SetElement ( System.Thread thread, int indices, |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
DoGetArrayBounds ( TargetMemoryAccess target ) : void | ||
GetArrayBounds ( TargetMemoryAccess target ) : bool | ||
GetArrayOffset ( TargetMemoryAccess target, int indices ) : int | ||
GetLength ( TargetMemoryAccess target ) : int |
Method | Description | |
---|---|---|
GetClassObject ( TargetMemoryAccess target ) : |
||
GetElement ( TargetMemoryAccess target, int indices ) : |
||
SetElement ( TargetMemoryAccess target, int indices, |
||
TargetArrayObject ( |
protected abstract DoGetArrayBounds ( TargetMemoryAccess target ) : void | ||
target | TargetMemoryAccess | |
return | void |
public GetArrayBounds ( System.Thread thread ) : |
||
thread | System.Thread | |
return |
protected GetArrayBounds ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
return | bool |
protected GetArrayOffset ( TargetMemoryAccess target, int indices ) : int | ||
target | TargetMemoryAccess | |
indices | int | |
return | int |
public GetClassObject ( System.Thread thread ) : |
||
thread | System.Thread | |
return |
public GetElement ( System.Thread thread, int indices ) : |
||
thread | System.Thread | |
indices | int | |
return |
protected GetLength ( TargetMemoryAccess target ) : int | ||
target | TargetMemoryAccess | |
return | int |
public SetElement ( System.Thread thread, int indices, |
||
thread | System.Thread | |
indices | int | |
obj | ||
return | void |