Difference between revisions of "NET:LavishVMAPI.Frame.Unlock"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
See [[NET:Concepts:Frame Locking|Frame Locking]]. | See [[NET:Concepts:Frame Locking|Frame Locking]]. | ||
− | + | 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. | + | ; 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]] | ||
− | *** | + | *** Unlock function |
== Declaration == | == Declaration == | ||
− | static public void | + | static public void Unlock(); |
=== Parameters === | === Parameters === | ||
Line 25: | Line 25: | ||
== See Also == | == See Also == | ||
− | * [[NET:LavishVMAPI.Frame. | + | * [[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
Contents
Overview
See Frame Locking.
Unlock releases one acquired frame lock. There must be one unlock per lock.
Reference Library
Fully Qualified Name
- LavishVMAPI.Frame.Unlock
- LavishVMAPI namespace
- Frame class
- Unlock function
- Frame class
Declaration
static public void Unlock();
Parameters
None
Return Value
None