프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Rank | int | ||
Type |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bounds |
메소드 | 설명 | |
---|---|---|
GetArrayBounds ( System.Thread thread ) : |
||
GetClassObject ( System.Thread thread ) : |
||
GetElement ( System.Thread thread, int indices ) : |
||
SetElement ( System.Thread thread, int indices, |
||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
DoGetArrayBounds ( TargetMemoryAccess target ) : void | ||
GetArrayBounds ( TargetMemoryAccess target ) : bool | ||
GetArrayOffset ( TargetMemoryAccess target, int indices ) : int | ||
GetLength ( TargetMemoryAccess target ) : int |
메소드 | 설명 | |
---|---|---|
GetClassObject ( TargetMemoryAccess target ) : |
||
GetElement ( TargetMemoryAccess target, int indices ) : |
||
SetElement ( TargetMemoryAccess target, int indices, |
||
TargetArrayObject ( |
protected abstract DoGetArrayBounds ( TargetMemoryAccess target ) : void | ||
target | TargetMemoryAccess | |
리턴 | void |
public GetArrayBounds ( System.Thread thread ) : |
||
thread | System.Thread | |
리턴 |
protected GetArrayBounds ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
리턴 | bool |
protected GetArrayOffset ( TargetMemoryAccess target, int indices ) : int | ||
target | TargetMemoryAccess | |
indices | int | |
리턴 | int |
public GetClassObject ( System.Thread thread ) : |
||
thread | System.Thread | |
리턴 |
public GetElement ( System.Thread thread, int indices ) : |
||
thread | System.Thread | |
indices | int | |
리턴 |
protected GetLength ( TargetMemoryAccess target ) : int | ||
target | TargetMemoryAccess | |
리턴 | int |
public SetElement ( System.Thread thread, int indices, |
||
thread | System.Thread | |
indices | int | |
obj | ||
리턴 | void |