Frame.isOOPFrame() method
Is true
if the frame is an out-of-process (OOP) frame. Otherwise, false
.
Signature:
class Frame {
abstract isOOPFrame(): boolean;
}
Returns:
boolean
Is true
if the frame is an out-of-process (OOP) frame. Otherwise, false
.
class Frame {
abstract isOOPFrame(): boolean;
}
Returns:
boolean