Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether it is possible to pack the class, reinstantiate a new class on the client or server, and then unpack the packed class into the new class.
Syntax
private boolean canSwapBetweenCSPrim()
Run On
Called
Return Value
Type: boolean
true if it is possible to pack the class, reinstantiate a new class, and then unpack it on the other side; otherwise, false.
Remarks
This method is called from the RunBase.prompt Method method.