Platforms to show: All Mac Windows Linux Cross-Platform

Back to JavaObjectMBS class.

Previous items

JavaObjectMBS.GetDirectBufferAddress(directbuffer as JavaObjectMBS) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns the address of the memory from a directbuffer object.

Returns 0 on any error.

JavaObjectMBS.GetDirectBufferCapacity(directbuffer as JavaObjectMBS) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns the size of the memory from a directbuffer object.

Returns 0 on any error.

JavaObjectMBS.IntField(TheField as JavaFieldMBS) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set the value for an integer field in this class.

Do not use for static fields!
(Read and Write computed property)

Some examples using this property:

JavaObjectMBS.IsInstanceOf(TheClass as JavaClassMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Tests whether an object is an instance of a class.

Returns true if obj can be cast to TheClass; otherwise, returns false. A nil object can be cast to any class.

JavaObjectMBS.IsSameObject(obj as JavaObjectMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Tests whether two references refer to the same Java object.

Returns true if ref1 and ref2 refer to the same Java object, or are both nil; otherwise, returns false.

False on any error.

JavaObjectMBS.LongField(TheField as JavaFieldMBS) as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set the value for a long field in this class.

Do not use for static fields!
(Read and Write computed property)

JavaObjectMBS.ObjectClass as JavaClassMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns the class of an object.

Returns nil on any error.

JavaObjectMBS.ObjectField(TheField as JavaFieldMBS) as JavaObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set the value for an object field in this class.

Do not use for static fields!
(Read and Write computed property)

JavaObjectMBS.ShortField(TheField as JavaFieldMBS) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set the value for a short field in this class.

Do not use for static fields!
(Read and Write computed property)

Previous items

The items on this page are in the following plugins: MBS Java Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...