IJavaFrameManager
Overview
Location
- Reference: RemObjects.Hydra.Host.dll
- Namespace: RemObjects.Hydra.Host.Java
- Ancestry: IJavaFrameManager
Required Methods
CheckException
method CheckException
void CheckException()
Sub CheckException()
ClearException
method ClearException
void ClearException()
Sub ClearException()
DeleteGlobalReference
method DeleteGlobalReference(objectId: IntPtr)
void DeleteGlobalReference(IntPtr objectId)
Sub DeleteGlobalReference(objectId As IntPtr)
Parameters:
- objectId:
DeleteLocalReference
method DeleteLocalReference(objectId: IntPtr)
void DeleteLocalReference(IntPtr objectId)
Sub DeleteLocalReference(objectId As IntPtr)
Parameters:
- objectId:
NewGlobalReference
method NewGlobalReference(objectId: IntPtr): IntPtr
IntPtr NewGlobalReference(IntPtr objectId)
Function NewGlobalReference(objectId As IntPtr) As IntPtr
Parameters:
- objectId:
NewLocalReference
method NewLocalReference(objectId: IntPtr): IntPtr
IntPtr NewLocalReference(IntPtr objectId)
Function NewLocalReference(objectId As IntPtr) As IntPtr
Parameters:
- objectId:
PopLocalFrame
method PopLocalFrame
void PopLocalFrame()
Sub PopLocalFrame()
PushLocalFrame
method PushLocalFrame(capacity: Int32)
void PushLocalFrame(Int32 capacity)
Sub PushLocalFrame(capacity As Int32)
Parameters:
- capacity: