Difference between revisions of "NET:LavishVMAPI.Frame.Unlock"

From Lavish Software Wiki
Jump to navigation Jump to search
m (NET:LavishVMAPI.Frame.FrameUnlock moved to NET:LavishVMAPI.Frame.Unlock)
 
Line 2: Line 2:
 
See [[NET:Concepts:Frame Locking|Frame Locking]].
 
See [[NET:Concepts:Frame Locking|Frame Locking]].
  
FrameUnlock releases one acquired frame lock.  There must be one unlock per lock.
+
Unlock releases one acquired frame lock.  There must be one unlock per lock.
  
 
=== Reference Library ===
 
=== Reference Library ===
Line 8: Line 8:
  
 
=== Fully Qualified Name ===
 
=== Fully Qualified Name ===
; LavishVMAPI.Frame.FrameUnlock
+
; LavishVMAPI.Frame.Unlock
 
*[[NET:Lavish.InnerSpace.dll#LavishVMAPI_namespace|LavishVMAPI namespace]]
 
*[[NET:Lavish.InnerSpace.dll#LavishVMAPI_namespace|LavishVMAPI namespace]]
 
** [[NET:Lavish.InnerSpace.dll#Frame|Frame class]]
 
** [[NET:Lavish.InnerSpace.dll#Frame|Frame class]]
*** FrameUnlock function
+
*** Unlock function
  
 
== Declaration ==
 
== Declaration ==
  static public void FrameUnlock();
+
  static public void Unlock();
  
 
=== Parameters ===
 
=== Parameters ===
Line 25: Line 25:
  
 
== See Also ==
 
== See Also ==
* [[NET:LavishVMAPI.Frame.FrameLock|Frame.FrameLock]]
+
* [[NET:LavishVMAPI.Frame.Lock|Frame.Lock]]
 
* [[NET:Concepts:Frame Locking|Frame Locking]]
 
* [[NET:Concepts:Frame Locking|Frame Locking]]
 
* [[IS:.NET|Inner Space .NET]]
 
* [[IS:.NET|Inner Space .NET]]
 
* [[NET:Lavish.InnerSpace.dll|Lavish.InnerSpace.dll]]
 
* [[NET:Lavish.InnerSpace.dll|Lavish.InnerSpace.dll]]

Latest revision as of 18:41, 19 January 2007

Overview

See Frame Locking.

Unlock releases one acquired frame lock. There must be one unlock per lock.

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishVMAPI.Frame.Unlock

Declaration

static public void Unlock();

Parameters

None

Return Value

None

Examples

See Also