|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jinterop.dcom.impls.automation.ArrayDesc
public final class ArrayDesc
Implements the ARRAYDESC structure of COM Automation.
Definition from MSDN: Contained within the TYPEDESC, which describes the type of the array's elements, and information about the array's dimensions.
Field Summary | |
---|---|
short |
cDims
Dimension Count. |
SafeArrayBounds[] |
safeArrayBounds
Variable length array containing one element for each dimension. |
TypeDesc |
typeDesc
Element Type. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final TypeDesc typeDesc
public final short cDims
public final SafeArrayBounds[] safeArrayBounds
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |