Click or drag to resize

IJavaArray Methods

The IJavaArray type exposes the following members.

Methods
 NameDescription
Public methodGet Get accessor
Public methodGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from IEnumerable)
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJavaObjectBase
(Inherited from IJavaObjectBase)
Public methodMonitorExit Exits the monitor associated with the underlying with this IJavaObjectBase
(Inherited from IJavaObjectBase)
Public methodSet Set accessor
Public methodToArray Converts this IJavaObjectBase to an array value
(Inherited from IJavaObjectBase)
Public methodToPrimitive Converts this IJavaObjectBase to a primitive value
(Inherited from IJavaObjectBase)
Top
See Also