home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / objfac.zip / SOMCSMGR.MTH < prev    next >
Text File  |  1994-01-08  |  1KB  |  182 lines

  1. -- SOMClassMgr Methods
  2. --
  3. -- Basic Function Methods
  4. somLoadClassFile
  5. somLocateClassFile
  6. somRegisterClass
  7. somUnloadClassFile
  8. somUnregisterClass
  9. -- Access Methods
  10. somGetInitFunction
  11. -- Dynamic Methods
  12. somClassFromId
  13. somFindClass
  14. somFindClsInFile
  15. somMergeInto
  16.  
  17. 1
  18. 1
  19. 1
  20. 1
  21. 1
  22. 1
  23. 1
  24. 1
  25. 1
  26. 1
  27. 1
  28. 1
  29. 1
  30. 1
  31. 1
  32. 0
  33. 0
  34. 0
  35. 0
  36. 0
  37. 0
  38. 0
  39. 0
  40. 0
  41. 0
  42. 0
  43. 0
  44. 0
  45. 0
  46. 0
  47. 1
  48. 1
  49. 1
  50. 1
  51. 1
  52. 1
  53. 1
  54. 1
  55. 1
  56. 1
  57. 1
  58. 1
  59. 1
  60. 1
  61. 1
  62. 0
  63. 0
  64. 0
  65. 0
  66. 0
  67. 0
  68. 0
  69. 0
  70. 0
  71. 0
  72. 0
  73. 0
  74. 0
  75. 0
  76. 0
  77. 1
  78. 1
  79. 1
  80. 1
  81. 1
  82. 1
  83. 1
  84. 1
  85. 1
  86. 1
  87. 1
  88. 1
  89. 1
  90. 1
  91. 1
  92. 0
  93. 0
  94. 0
  95. 0
  96. 0
  97. 0
  98. 0
  99. 0
  100. 0
  101. 0
  102. 0
  103. 0
  104. 0
  105. 0
  106. 0
  107. 0
  108. 0
  109. 0
  110. 0
  111. 0
  112. 0
  113. 0
  114. 0
  115. 0
  116. 0
  117. 0
  118. 0
  119. 0
  120. 0
  121. 0
  122.  
  123. 
  124.  
  125. 
  126.  
  127. 
  128.  
  129. 
  130.  
  131. 
  132.  
  133. 
  134.  
  135. 
  136.  
  137. 
  138.  
  139. 
  140.  
  141. 
  142.  
  143. 
  144.  
  145. 
  146.  
  147. 
  148.  
  149. 
  150.  
  151. 
  152.  
  153. 
  154.  
  155. 
  156.  
  157. 
  158. Dynamically loads a class.
  159. 
  160. Determines the file that holds a class to be dynamically loaded.
  161. 
  162. Adds a class object to the SOM run-time registry.
  163. 
  164. Unloads a dynamically loaded class and frees the class object.
  165. 
  166. Removes a class object from the SOM run-time class registry.
  167. 
  168.  
  169. 
  170. Obtains the name of the function that initializes the SOM classes in a DLL.
  171. 
  172.  
  173. 
  174. Finds a class, given its ID.
  175. 
  176. Finds the class object when given its ID.  If the class does not exist, it is dynamically loaded.
  177. 
  178. Same as somFindClass, except the caller provides the file name to be used if dynamic loading is needed.
  179. 
  180. Transfers SOM class registry to another SOMClassMgr instance.
  181. 
  182.