Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2849 lines
120 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.EnterpriseServices</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.EnterpriseServices.TransactionVote">
  8. <summary>
  9. <para> Specifies the values allowed for transaction outcome voting.</para>
  10. </summary>
  11. </member>
  12. <member name="F:System.EnterpriseServices.TransactionVote.Commit">
  13. <summary>
  14. <para> Commits the
  15. current transaction.</para>
  16. </summary>
  17. </member>
  18. <member name="F:System.EnterpriseServices.TransactionVote.Abort">
  19. <summary>
  20. <para>Aborts the current transaction.</para>
  21. </summary>
  22. </member>
  23. <member name="M:System.EnterpriseServices.IObjectConstruct.Construct(System.Object)">
  24. <summary>
  25. This method is called by COM+ 1.0
  26. infrastructure when the object is created. An object supporting
  27. IObjectConstructString is passed.
  28. </summary>
  29. <param name="obj">
  30. The construction object. Currently, this object will support the IObjectConstructString interface.
  31. </param>
  32. </member>
  33. <member name="P:System.EnterpriseServices.IObjectConstructString.ConstructString">
  34. <summary>
  35. The construction string specified in the
  36. COM+ 1.0 administration catalog.
  37. </summary>
  38. </member>
  39. <member name="M:System.EnterpriseServices.IObjectControl.Activate">
  40. <summary>
  41. Activate will be called when the COM+ 1.0
  42. context is about to allow new access to an object instance.
  43. </summary>
  44. </member>
  45. <member name="M:System.EnterpriseServices.IObjectControl.Deactivate">
  46. <summary>
  47. Deactivate is called when COM+ 1.0 has
  48. determined that the component is no longer needed.
  49. </summary>
  50. </member>
  51. <member name="M:System.EnterpriseServices.IObjectControl.CanBePooled">
  52. <summary>
  53. CanBePooled is called by the COM+ 1.0
  54. infrastructure to verify that the object instance is available for object
  55. pooling. The object should return false if it does not wish to be returned
  56. to the pool.
  57. </summary>
  58. </member>
  59. <member name="T:System.EnterpriseServices.BOID">
  60. <summary>
  61. <para>Represents the unit of work associated with a
  62. transaction. This structure is used in <see cref="T:System.EnterpriseServices.XACTTRANSINFO" />.</para>
  63. </summary>
  64. </member>
  65. <member name="F:System.EnterpriseServices.BOID.rgb">
  66. <summary>
  67. <para> Represents an array containing the data.</para>
  68. </summary>
  69. </member>
  70. <member name="T:System.EnterpriseServices.XACTTRANSINFO">
  71. <summary>
  72. <para>Represents a structure used in the <see cref="T:System.EnterpriseServices.ITransaction" /> interface.</para>
  73. </summary>
  74. </member>
  75. <member name="F:System.EnterpriseServices.XACTTRANSINFO.uow">
  76. <summary>
  77. <para>Represents the unit of work associated with this transaction.</para>
  78. </summary>
  79. </member>
  80. <member name="F:System.EnterpriseServices.XACTTRANSINFO.isoLevel">
  81. <summary>
  82. <para>Represents the isolation level associated with this transaction
  83. object. ISOLATIONLEVEL_UNSPECIFIED indicates that no isolation level was specified.</para>
  84. </summary>
  85. </member>
  86. <member name="F:System.EnterpriseServices.XACTTRANSINFO.isoFlags">
  87. <summary>
  88. <para>Specifies zero. This field is reserved.</para>
  89. </summary>
  90. </member>
  91. <member name="F:System.EnterpriseServices.XACTTRANSINFO.grfTCSupported">
  92. <summary>
  93. <para> Represents a bitmask indicating which
  94. <see langword="grfTC" /> flags this
  95. transaction implementation supports.</para>
  96. </summary>
  97. </member>
  98. <member name="F:System.EnterpriseServices.XACTTRANSINFO.grfRMSupported">
  99. <summary>
  100. <para> Specifies zero.
  101. This field is reserved.</para>
  102. </summary>
  103. </member>
  104. <member name="F:System.EnterpriseServices.XACTTRANSINFO.grfTCSupportedRetaining">
  105. <summary>
  106. <para>Specifies zero. This field is reserved.</para>
  107. </summary>
  108. </member>
  109. <member name="F:System.EnterpriseServices.XACTTRANSINFO.grfRMSupportedRetaining">
  110. <summary>
  111. <para>Specifies zero. This field is reserved.</para>
  112. </summary>
  113. </member>
  114. <member name="T:System.EnterpriseServices.ITransaction">
  115. <summary>
  116. <para> Corresponds to the DTC
  117. <see langword="ITransaction" /> interface and is supported by objects obtained
  118. through <see cref="P:System.EnterpriseServices.ContextUtil.Transaction" qualify="true" />
  119. . </para>
  120. </summary>
  121. </member>
  122. <member name="M:System.EnterpriseServices.ITransaction.Commit(System.Int32,System.Int32,System.Int32)">
  123. <summary>
  124. <para>Commits the transaction.</para>
  125. </summary>
  126. <param name="fRetaining">Must be <see langword="false" />.</param>
  127. <param name=" grfTC">A value taken from the OLE DB enumeration <see langword="XACTTC." /></param>
  128. <param name=" grfRM">Must be zero.</param>
  129. </member>
  130. <member name="M:System.EnterpriseServices.ITransaction.Abort(System.EnterpriseServices.BOID@,System.Int32,System.Int32)">
  131. <summary>
  132. <para>Aborts the transaction.</para>
  133. </summary>
  134. <param name="pboidReason">An optional <see cref="T:System.EnterpriseServices.BOID" /> that indicates why the transaction is being aborted. This parameter can be <see langword="null" />, indicating that no reason for the abort is provided.</param>
  135. <param name=" fRetaining">Must be <see langword="false" />.</param>
  136. <param name=" fAsync">When <paramref name="fAsync" /> is <see langword="true" />, an asynchronous abort is performed and the caller must use <see langword="ITransactionOutcomeEvents" /> to learn the outcome of the transaction.</param>
  137. </member>
  138. <member name="M:System.EnterpriseServices.ITransaction.GetTransactionInfo(System.EnterpriseServices.XACTTRANSINFO@)">
  139. <summary>
  140. <para>Returns information about a transaction object.</para>
  141. </summary>
  142. <param name="pinfo"> Pointer to the caller-allocated <see cref="T:System.EnterpriseServices.XACTTRANSINFO" /> structure that will receive information about the transaction. Must not be <see langword="null" />.</param>
  143. </member>
  144. <member name="T:System.EnterpriseServices.PropertyLockMode">
  145. <summary>
  146. <para> Specifies the mode for accessing shared properties in the
  147. shared property group manager.</para>
  148. </summary>
  149. </member>
  150. <member name="F:System.EnterpriseServices.PropertyLockMode.SetGet">
  151. <summary>
  152. <para>Locks a property during a get or set, assuring that every
  153. get or set operation on a shared property is atomic.</para>
  154. </summary>
  155. </member>
  156. <member name="F:System.EnterpriseServices.PropertyLockMode.Method">
  157. <summary>
  158. <para> Locks all the properties in the shared property group
  159. for exclusive use by the caller, as long as the caller's current method is executing.</para>
  160. </summary>
  161. </member>
  162. <member name="T:System.EnterpriseServices.PropertyReleaseMode">
  163. <summary>
  164. <para>Specifies the release mode for the properties in the new
  165. shared property group.</para>
  166. </summary>
  167. </member>
  168. <member name="F:System.EnterpriseServices.PropertyReleaseMode.Standard">
  169. <summary>
  170. <para>When all clients have released their references on the
  171. property group, the property group is automatically destroyed. (This is the
  172. default COM mode.)</para>
  173. </summary>
  174. </member>
  175. <member name="F:System.EnterpriseServices.PropertyReleaseMode.Process">
  176. <summary>
  177. <para>The property group is not destroyed until the process in
  178. which it was created has terminated.</para>
  179. </summary>
  180. </member>
  181. <member name="T:System.EnterpriseServices.SharedProperty">
  182. <summary>
  183. <para> Accesses a shared property. This class cannot be inherited.
  184. </para>
  185. </summary>
  186. </member>
  187. <member name="P:System.EnterpriseServices.SharedProperty.Value">
  188. <summary>
  189. <para>Gets or sets the value of the shared property.</para>
  190. </summary>
  191. </member>
  192. <member name="T:System.EnterpriseServices.SharedPropertyGroup">
  193. <summary>
  194. <para> Represents a collection of shared properties. This class cannot be inherited.
  195. </para>
  196. </summary>
  197. </member>
  198. <member name="M:System.EnterpriseServices.SharedPropertyGroup.CreatePropertyByPosition(System.Int32,System.Boolean@)">
  199. <summary>
  200. <para> Creates a property at the given position.
  201. </para>
  202. </summary>
  203. <param name="position">The index of the new property </param>
  204. <param name="fExists">Determines whether the property exists. Set to <see langword="true" /> on return if the property exists. </param>
  205. <returns>
  206. <para>The requested <see cref="T:System.EnterpriseServices.SharedProperty" />.</para>
  207. </returns>
  208. </member>
  209. <member name="M:System.EnterpriseServices.SharedPropertyGroup.PropertyByPosition(System.Int32)">
  210. <summary>
  211. <para> Returns the property at the given position.
  212. </para>
  213. </summary>
  214. <param name="position">The index of the property. </param>
  215. <returns>
  216. <para>The requested <see cref="T:System.EnterpriseServices.SharedProperty" />.</para>
  217. </returns>
  218. </member>
  219. <member name="M:System.EnterpriseServices.SharedPropertyGroup.CreateProperty(System.String,System.Boolean@)">
  220. <summary>
  221. <para> Creates a property with the given name.
  222. </para>
  223. </summary>
  224. <param name="name">The name of the new property. </param>
  225. <param name="fExists">Determines whether the property exists. Set to <see langword="true" /> on return if the property exists. </param>
  226. <returns>
  227. <para>The requested <see cref="T:System.EnterpriseServices.SharedProperty" />.</para>
  228. </returns>
  229. </member>
  230. <member name="M:System.EnterpriseServices.SharedPropertyGroup.Property(System.String)">
  231. <summary>
  232. <para> Returns the property with the given name.
  233. </para>
  234. </summary>
  235. <param name="name">The name of requested property. </param>
  236. <returns>
  237. <para>The requested <see cref="T:System.EnterpriseServices.SharedProperty" />.</para>
  238. </returns>
  239. </member>
  240. <member name="T:System.EnterpriseServices.SharedPropertyGroupManager">
  241. <summary>
  242. <para> Controls access to shared property groups. This class cannot be inherited.
  243. </para>
  244. </summary>
  245. </member>
  246. <member name="M:System.EnterpriseServices.SharedPropertyGroupManager.#ctor">
  247. <summary>
  248. <para>Initializes a new instance of the <see cref="T:System.EnterpriseServices.SharedPropertyGroupManager" /> class.</para>
  249. </summary>
  250. </member>
  251. <member name="M:System.EnterpriseServices.SharedPropertyGroupManager.CreatePropertyGroup(System.String,System.EnterpriseServices.PropertyLockMode@,System.EnterpriseServices.PropertyReleaseMode@,System.Boolean@)">
  252. <summary>
  253. <para> Finds or creates a property group with the given information.
  254. </para>
  255. </summary>
  256. <param name="name">The name of requested property. </param>
  257. <param name="dwIsoMode"> The isolation mode requested. You can choose to make get and set operations atomic, or all operations over the duration of the method call atomic. </param>
  258. <param name="dwRelMode">The release mode requested. If the release mode is process, the property is held alive for the lifetime of the process. </param>
  259. <param name="fExist">Determines whether the property exists. Set to <see langword="true" /> if the property existed already, <see langword="false" /> if the call created the property. </param>
  260. <returns>
  261. <para>The requested <see cref="T:System.EnterpriseServices.SharedPropertyGroup" />.</para>
  262. </returns>
  263. </member>
  264. <member name="M:System.EnterpriseServices.SharedPropertyGroupManager.Group(System.String)">
  265. <summary>
  266. <para> Finds the property group with the given name.
  267. </para>
  268. </summary>
  269. <param name="name">The name of requested property. </param>
  270. <returns>
  271. <para>The requested <see cref="T:System.EnterpriseServices.SharedPropertyGroup" />.</para>
  272. </returns>
  273. </member>
  274. <member name="M:System.EnterpriseServices.SharedPropertyGroupManager.GetEnumerator">
  275. <summary>
  276. <para>Retrieves the enumeration interface for the collection.</para>
  277. </summary>
  278. <returns>
  279. <para>The enumerator interface for the collection.</para>
  280. </returns>
  281. </member>
  282. <member name="M:System.EnterpriseServices.IRemoteDispatch.RemoteDispatchAutoDone(System.String)">
  283. <summary>
  284. <para>[To be supplied.]</para>
  285. </summary>
  286. </member>
  287. <member name="M:System.EnterpriseServices.IRemoteDispatch.RemoteDispatchNotAutoDone(System.String)">
  288. <summary>
  289. <para>[To be supplied.]</para>
  290. </summary>
  291. </member>
  292. <member name="T:System.EnterpriseServices.ServicedComponent">
  293. <summary>
  294. <para>Represents the base class of all classes using COM+ services. </para>
  295. </summary>
  296. </member>
  297. <member name="M:System.EnterpriseServices.ServicedComponent.#ctor">
  298. <summary>
  299. <para>
  300. Initializes a new instance of the
  301. <see cref="T:System.EnterpriseServices.ServicedComponent" />
  302. class.
  303. </para>
  304. </summary>
  305. </member>
  306. <member name="M:System.EnterpriseServices.ServicedComponent.DisposeObject(System.EnterpriseServices.ServicedComponent)">
  307. <summary>
  308. <para> Finalizes the
  309. object and removes the associated COM+ reference.</para>
  310. </summary>
  311. <param name="sc">The object to dispose.</param>
  312. </member>
  313. <member name="M:System.EnterpriseServices.ServicedComponent.Activate">
  314. <summary>
  315. <para>This method is called by the infrastructure when the object is created
  316. or allocated from a pool. Override this method to add custom initialization code to
  317. objects. </para>
  318. </summary>
  319. </member>
  320. <member name="M:System.EnterpriseServices.ServicedComponent.Deactivate">
  321. <summary>
  322. <para>This method is called by the infrastructure when the object is about to
  323. be deactivated. Override this method to add custom finalization
  324. code to objects when just-in-time (JIT) compiled code or object pooling is used.</para>
  325. </summary>
  326. </member>
  327. <member name="M:System.EnterpriseServices.ServicedComponent.CanBePooled">
  328. <summary>
  329. <para>This method is called by the infrastructure before the object is put
  330. back into the pool. Override this method to vote on whether the object is put
  331. back into the pool.</para>
  332. </summary>
  333. <returns>
  334. <para>
  335. <see langword="true" />
  336. if the serviced
  337. component can be pooled; otherwise,
  338. <see langword="false" />
  339. .</para>
  340. </returns>
  341. </member>
  342. <member name="M:System.EnterpriseServices.ServicedComponent.Construct(System.String)">
  343. <summary>
  344. <para>This method is called by the infrastructure just after the constructor
  345. is called, passing in the constructor string. Override this method to
  346. make use of the construction string value.</para>
  347. </summary>
  348. <param name="s">The construction string.</param>
  349. </member>
  350. <member name="M:System.EnterpriseServices.ServicedComponent.Dispose">
  351. <summary>
  352. <para>
  353. Releases all resources used by the
  354. <see cref="T:System.EnterpriseServices.ServicedComponent" />
  355. .
  356. </para>
  357. </summary>
  358. </member>
  359. <member name="M:System.EnterpriseServices.ServicedComponent.Dispose(System.Boolean)">
  360. <summary>
  361. <para>
  362. Releases the unmanaged resources used
  363. by the
  364. <see cref="T:System.EnterpriseServices.ServicedComponent" />
  365. and optionally releases the managed resources.
  366. </para>
  367. </summary>
  368. <param name="disposing">
  369. <see langword="true" />
  370. to release both managed and unmanaged resources; otherwise,
  371. <see langword="false" />
  372. to release only unmanaged resources.
  373. </param>
  374. </member>
  375. <member name="P:System.EnterpriseServices.MethodCallMessageWrapperEx.MethodBase">
  376. </member>
  377. <member name="M:System.EnterpriseServices.ServicedComponentProxyAttribute.CreateProxy(System.Runtime.Remoting.ObjRef,System.Type,System.Object,System.Runtime.Remoting.Contexts.Context)">
  378. </member>
  379. <member name="T:System.EnterpriseServices.ServicedComponentException">
  380. <summary>
  381. <para>The exception that is thrown when an error is detected in a serviced component.</para>
  382. </summary>
  383. </member>
  384. <member name="M:System.EnterpriseServices.ServicedComponentException.#ctor">
  385. <summary>
  386. <para>Initializes a new instance of the <see cref="T:System.EnterpriseServices.ServicedComponentException" /> class.</para>
  387. </summary>
  388. </member>
  389. <member name="M:System.EnterpriseServices.ServicedComponentException.#ctor(System.String)">
  390. <summary>
  391. <para>Initializes a new instance of the <see cref="T:System.EnterpriseServices.ServicedComponentException" /> class
  392. with a specified error message.</para>
  393. </summary>
  394. <param name="message">The message displayed to the client when the exception is thrown.</param>
  395. </member>
  396. <member name="M:System.EnterpriseServices.ServicedComponentException.#ctor(System.String,System.Exception)">
  397. <summary>
  398. <para>Initializes a new instance of the <see cref="T:System.EnterpriseServices.ServicedComponentException" /> class.</para>
  399. </summary>
  400. <param name="message">The message displayed to the client when the exception is thrown.</param>
  401. <param name=" innerException">The <see cref="P:System.Exception.InnerException" qualify="true" />, if any, that threw the current exception. </param>
  402. </member>
  403. <member name="T:System.EnterpriseServices.ContextUtil">
  404. <summary>
  405. <para> Obtains information about the COM+
  406. object context. This class cannot be inherited.</para>
  407. </summary>
  408. </member>
  409. <member name="M:System.EnterpriseServices.ContextUtil.EnableCommit">
  410. <summary>
  411. <para> Sets the <see langword="consistent " />
  412. bit to <see langword="true" /> and the <see langword="done" /> bit to <see langword="false" /> in the COM+ context.</para>
  413. </summary>
  414. </member>
  415. <member name="M:System.EnterpriseServices.ContextUtil.DisableCommit">
  416. <summary>
  417. <para> Sets both the <see langword="consistent" /> bit
  418. and the <see langword="done" /> bit to
  419. <see langword="false" /> in the COM+ context.</para>
  420. </summary>
  421. </member>
  422. <member name="M:System.EnterpriseServices.ContextUtil.SetComplete">
  423. <summary>
  424. <para> Sets the <see langword="consistent " />bit and
  425. the <see langword="done" /> bit to
  426. <see langword="true " />in the COM+ context.</para>
  427. </summary>
  428. </member>
  429. <member name="M:System.EnterpriseServices.ContextUtil.SetAbort">
  430. <summary>
  431. <para> Sets the <see langword="consistent " /> bit to
  432. <see langword="false" /> and the <see langword="done" /> bit to <see langword="true" /> in the COM+ context.</para>
  433. </summary>
  434. </member>
  435. <member name="M:System.EnterpriseServices.ContextUtil.IsCallerInRole(System.String)">
  436. <summary>
  437. <para> Determines whether the caller is in the
  438. specified role.
  439. </para>
  440. </summary>
  441. <param name="role">The name of the role to check. </param>
  442. <returns>
  443. <para>
  444. <see langword="true" /> if the caller is in the specified role; otherwise,
  445. <see langword="false" />.</para>
  446. </returns>
  447. </member>
  448. <member name="M:System.EnterpriseServices.ContextUtil.GetNamedProperty(System.String)">
  449. <summary>
  450. <para> Returns a named property from the COM+ context.
  451. </para>
  452. </summary>
  453. <param name="name">The name of the requested property. </param>
  454. <returns>
  455. <para>The named property for the context.</para>
  456. </returns>
  457. </member>
  458. <member name="P:System.EnterpriseServices.ContextUtil.IsInTransaction">
  459. <summary>
  460. <para> Gets a value indicating whether the current context is
  461. transactional.
  462. </para>
  463. </summary>
  464. </member>
  465. <member name="P:System.EnterpriseServices.ContextUtil.IsSecurityEnabled">
  466. <summary>
  467. <para> Gets a value indicating whether role-based security is active
  468. in the current context.
  469. </para>
  470. </summary>
  471. </member>
  472. <member name="P:System.EnterpriseServices.ContextUtil.Transaction">
  473. <summary>
  474. <para> Gets an object describing the current COM+ DTC
  475. transaction.
  476. </para>
  477. </summary>
  478. </member>
  479. <member name="P:System.EnterpriseServices.ContextUtil.TransactionId">
  480. <summary>
  481. <para>Gets the GUID of the current COM+ DTC
  482. transaction.</para>
  483. </summary>
  484. </member>
  485. <member name="P:System.EnterpriseServices.ContextUtil.ContextId">
  486. <summary>
  487. <para>Gets a GUID for the current context.</para>
  488. </summary>
  489. </member>
  490. <member name="P:System.EnterpriseServices.ContextUtil.ActivityId">
  491. <summary>
  492. <para>Gets a GUID representing the activity containing the component.</para>
  493. </summary>
  494. </member>
  495. <member name="P:System.EnterpriseServices.ContextUtil.MyTransactionVote">
  496. <summary>
  497. <para>Gets or sets the <see langword="consistent " /> bit in the COM+
  498. context.</para>
  499. </summary>
  500. </member>
  501. <member name="P:System.EnterpriseServices.ContextUtil.DeactivateOnReturn">
  502. <summary>
  503. <para> Gets or sets the <see langword="done" /> bit in the COM+
  504. context.</para>
  505. </summary>
  506. </member>
  507. <member name="P:System.EnterpriseServices.ContextUtil.PartitionId">
  508. <summary>
  509. <para>Gets a GUID for the current partition.</para>
  510. </summary>
  511. </member>
  512. <member name="P:System.EnterpriseServices.ContextUtil.ApplicationId">
  513. <summary>
  514. <para>Gets a GUID for the current application.</para>
  515. </summary>
  516. </member>
  517. <member name="P:System.EnterpriseServices.ContextUtil.ApplicationInstanceId">
  518. <summary>
  519. <para>Gets a GUID for the current application instance.</para>
  520. </summary>
  521. </member>
  522. <member name="T:System.EnterpriseServices.SecurityIdentity">
  523. <summary>
  524. <para>Contains information regarding an identity in a COM+
  525. call chain.</para>
  526. </summary>
  527. </member>
  528. <member name="P:System.EnterpriseServices.SecurityIdentity.AccountName">
  529. <summary>
  530. <para>Gets the name of the user described by this
  531. identity.</para>
  532. </summary>
  533. </member>
  534. <member name="P:System.EnterpriseServices.SecurityIdentity.AuthenticationService">
  535. <summary>
  536. <para>Gets the authentication service described by this identity.</para>
  537. </summary>
  538. </member>
  539. <member name="P:System.EnterpriseServices.SecurityIdentity.ImpersonationLevel">
  540. <summary>
  541. <para> Gets the impersonation level of the user described
  542. by this identity.</para>
  543. </summary>
  544. </member>
  545. <member name="P:System.EnterpriseServices.SecurityIdentity.AuthenticationLevel">
  546. <summary>
  547. <para> Gets the authentication level of the user described by this identity.</para>
  548. </summary>
  549. </member>
  550. <member name="T:System.EnterpriseServices.SecurityCallers">
  551. <summary>
  552. <para> Provides an ordered collection of identities in the
  553. current call chain.</para>
  554. </summary>
  555. </member>
  556. <member name="M:System.EnterpriseServices.SecurityCallers.GetEnumerator">
  557. <summary>
  558. <para>Retrieves the enumeration interface for the object.</para>
  559. </summary>
  560. <returns>
  561. <para>The enumerator interface for
  562. the <see langword="ISecurityCallersColl" /> collection.</para>
  563. </returns>
  564. </member>
  565. <member name="P:System.EnterpriseServices.SecurityCallers.Count">
  566. <summary>
  567. <para>Gets the number of callers in the chain. </para>
  568. </summary>
  569. </member>
  570. <member name="P:System.EnterpriseServices.SecurityCallers.Item(System.Int32)">
  571. <summary>
  572. <para> Gets the specified <see cref="T:System.EnterpriseServices.SecurityIdentity" /> item.</para>
  573. </summary>
  574. <param name="idx"> The item to access using an index number.</param>
  575. </member>
  576. <member name="T:System.EnterpriseServices.SecurityCallContext">
  577. <summary>
  578. <para> Describes the chain of
  579. callers leading up to the current method call.</para>
  580. </summary>
  581. </member>
  582. <member name="M:System.EnterpriseServices.SecurityCallContext.IsCallerInRole(System.String)">
  583. <summary>
  584. <para> Verifies that the direct caller is a
  585. member of the specified role.</para>
  586. </summary>
  587. <param name="role"> The specified role. </param>
  588. <returns>
  589. <para>
  590. <see langword="true" /> if the direct caller is a member of the specified role;
  591. otherwise, <see langword="false" />.</para>
  592. </returns>
  593. </member>
  594. <member name="M:System.EnterpriseServices.SecurityCallContext.IsUserInRole(System.String,System.String)">
  595. <summary>
  596. <para>Verifies that the specified user is in the specified role. </para>
  597. </summary>
  598. <param name="user"> The specified user. </param>
  599. <param name="role"> The specified role. </param>
  600. <returns>
  601. <para>
  602. <see langword="true" /> if the specified user is a member of the specified
  603. role; otherwise, <see langword="false" />.</para>
  604. </returns>
  605. </member>
  606. <member name="P:System.EnterpriseServices.SecurityCallContext.CurrentCall">
  607. <summary>
  608. <para> Gets a <see cref="T:System.EnterpriseServices.SecurityCallContext" />
  609. object describing the security call context.</para>
  610. </summary>
  611. </member>
  612. <member name="P:System.EnterpriseServices.SecurityCallContext.IsSecurityEnabled">
  613. <summary>
  614. <para>Determines whether security checks are enabled
  615. in the current context.</para>
  616. </summary>
  617. </member>
  618. <member name="P:System.EnterpriseServices.SecurityCallContext.DirectCaller">
  619. <summary>
  620. <para> Gets a <see cref="T:System.EnterpriseServices.SecurityIdentity" /> object
  621. describing the direct caller of this method.</para>
  622. </summary>
  623. </member>
  624. <member name="P:System.EnterpriseServices.SecurityCallContext.OriginalCaller">
  625. <summary>
  626. <para> Gets a <see cref="T:System.EnterpriseServices.SecurityIdentity" /> describing the
  627. original caller.</para>
  628. </summary>
  629. </member>
  630. <member name="P:System.EnterpriseServices.SecurityCallContext.NumCallers">
  631. <summary>
  632. <para> Gets the <see langword="NumCallers" /> value from the
  633. <see langword="ISecurityCallContext" /> collection in COM+. </para>
  634. </summary>
  635. </member>
  636. <member name="P:System.EnterpriseServices.SecurityCallContext.MinAuthenticationLevel">
  637. <summary>
  638. <para>Gets the <see langword="MinAuthenticationLevel" /> value from the <see langword="ISecurityCallContext" /> collection in COM+.</para>
  639. </summary>
  640. </member>
  641. <member name="P:System.EnterpriseServices.SecurityCallContext.Callers">
  642. <summary>
  643. <para> Gets
  644. a <see cref="T:System.EnterpriseServices.SecurityCallers" /> object describing the caller. </para>
  645. </summary>
  646. </member>
  647. <member name="T:System.EnterpriseServices.TransactionOption">
  648. <summary>
  649. <para> Specifies the automatic transaction
  650. type requested by the component.</para>
  651. </summary>
  652. </member>
  653. <member name="F:System.EnterpriseServices.TransactionOption.Disabled">
  654. <summary>
  655. <para>Ignores any transaction in the current context.</para>
  656. </summary>
  657. </member>
  658. <member name="F:System.EnterpriseServices.TransactionOption.NotSupported">
  659. <summary>
  660. <para> Creates the component in a context with no governing transaction.
  661. </para>
  662. </summary>
  663. </member>
  664. <member name="F:System.EnterpriseServices.TransactionOption.Supported">
  665. <summary>
  666. <para> Shares a transaction, if one exists.
  667. </para>
  668. </summary>
  669. </member>
  670. <member name="F:System.EnterpriseServices.TransactionOption.Required">
  671. <summary>
  672. <para> Shares a transaction, if one exists, and creates a new transaction, if necessary.
  673. </para>
  674. </summary>
  675. </member>
  676. <member name="F:System.EnterpriseServices.TransactionOption.RequiresNew">
  677. <summary>
  678. <para> Creates the component with a new transaction, regardless of the state of the current context.
  679. </para>
  680. </summary>
  681. </member>
  682. <member name="T:System.EnterpriseServices.TransactionIsolationLevel">
  683. <summary>
  684. <para>
  685. Specifies the value of the
  686. <see cref="T:System.EnterpriseServices.TransactionAttribute" />
  687. .
  688. </para>
  689. </summary>
  690. </member>
  691. <member name="F:System.EnterpriseServices.TransactionIsolationLevel.Any">
  692. <summary>
  693. <para>The isolation level for the component is obtained from
  694. the calling component's isolation level. If this is the root component, the
  695. isolation level used in <see cref="F:System.EnterpriseServices.TransactionIsolationLevel.Serializable" />.</para>
  696. </summary>
  697. </member>
  698. <member name="F:System.EnterpriseServices.TransactionIsolationLevel.ReadUncommitted">
  699. <summary>
  700. <para>Shared locks are issued and no exclusive locks are honored.</para>
  701. </summary>
  702. </member>
  703. <member name="F:System.EnterpriseServices.TransactionIsolationLevel.ReadCommitted">
  704. <summary>
  705. <para>Shared locks are held while the data is being read to avoid reading
  706. modified data, but the data can be changed before the end of the transaction,
  707. resulting in non repeatable reads or phantom data.</para>
  708. </summary>
  709. </member>
  710. <member name="F:System.EnterpriseServices.TransactionIsolationLevel.RepeatableRead">
  711. <summary>
  712. <para>Locks are placed on all data that is used in a query, preventing
  713. other users from updating the data. Prevents non repeatable reads, but
  714. phantom rows are still possible.</para>
  715. </summary>
  716. </member>
  717. <member name="F:System.EnterpriseServices.TransactionIsolationLevel.Serializable">
  718. <summary>
  719. <para>Prevents updating or inserting until the transaction is complete.</para>
  720. </summary>
  721. </member>
  722. <member name="T:System.EnterpriseServices.SynchronizationOption">
  723. <summary>
  724. <para> Specifies the type of automatic
  725. synchronization requested by the component.</para>
  726. </summary>
  727. </member>
  728. <member name="F:System.EnterpriseServices.SynchronizationOption.Disabled">
  729. <summary>
  730. <para> COM+ ignores the synchronization requirements of
  731. the component when determining context for the object.</para>
  732. </summary>
  733. </member>
  734. <member name="F:System.EnterpriseServices.SynchronizationOption.NotSupported">
  735. <summary>
  736. <para>An object with this value never participates in synchronization, regardless
  737. of the status of its caller. This setting is only available for
  738. components that are non transactional and do not use just-in-time (JIT) activation.</para>
  739. </summary>
  740. </member>
  741. <member name="F:System.EnterpriseServices.SynchronizationOption.Supported">
  742. <summary>
  743. <para>An object with this value participates in synchronization,
  744. if it exists.</para>
  745. </summary>
  746. </member>
  747. <member name="F:System.EnterpriseServices.SynchronizationOption.Required">
  748. <summary>
  749. <para> Ensures that all objects created from the component are synchronized.</para>
  750. </summary>
  751. </member>
  752. <member name="F:System.EnterpriseServices.SynchronizationOption.RequiresNew">
  753. <summary>
  754. <para>An object with this value must participate in a new
  755. synchronization where COM+ manages contexts and apartments on behalf of all
  756. components involved in the call.</para>
  757. </summary>
  758. </member>
  759. <member name="T:System.EnterpriseServices.ActivationOption">
  760. <summary>
  761. <para> Specifies the manner in which serviced
  762. components are activated in the application.</para>
  763. </summary>
  764. </member>
  765. <member name="F:System.EnterpriseServices.ActivationOption.Library">
  766. <summary>
  767. <para> Specifies that serviced components in the marked application are
  768. activated in the creator's process.</para>
  769. </summary>
  770. </member>
  771. <member name="F:System.EnterpriseServices.ActivationOption.Server">
  772. <summary>
  773. <para> Specifies that serviced components in the marked application are
  774. activated in a system-provided process.</para>
  775. </summary>
  776. </member>
  777. <member name="T:System.EnterpriseServices.TransactionAttribute">
  778. <summary>
  779. <para>
  780. Specifies the type of transaction that is available
  781. to the attributed object. Permissible values are members of the
  782. <see cref="T:System.EnterpriseServices.TransactionOption" />
  783. enumeration.
  784. </para>
  785. </summary>
  786. </member>
  787. <member name="M:System.EnterpriseServices.TransactionAttribute.#ctor">
  788. <summary>
  789. <para> Initializes a new instance of the
  790. <see cref="T:System.EnterpriseServices.TransactionAttribute" />
  791. class,
  792. setting the component's requested transaction type to
  793. <see cref="F:System.EnterpriseServices.TransactionOption.Required" />
  794. .</para>
  795. </summary>
  796. </member>
  797. <member name="M:System.EnterpriseServices.TransactionAttribute.#ctor(System.EnterpriseServices.TransactionOption)">
  798. <summary>
  799. <para>
  800. Initializes a new instance of the
  801. <see cref="T:System.EnterpriseServices.TransactionAttribute" />
  802. class, specifying the transaction type.
  803. </para>
  804. </summary>
  805. <param name="val">
  806. The specified transaction type, a
  807. <see cref="T:System.EnterpriseServices.TransactionOption" />
  808. value.
  809. </param>
  810. </member>
  811. <member name="P:System.EnterpriseServices.TransactionAttribute.Value">
  812. <summary>
  813. <para>
  814. Gets or sets the
  815. <see cref="T:System.EnterpriseServices.TransactionOption" />
  816. value
  817. for the transaction, optionally disabling the transaction service.
  818. </para>
  819. </summary>
  820. </member>
  821. <member name="P:System.EnterpriseServices.TransactionAttribute.Isolation">
  822. <summary>
  823. <para>Gets or sets the transaction isolation level.</para>
  824. </summary>
  825. </member>
  826. <member name="P:System.EnterpriseServices.TransactionAttribute.Timeout">
  827. <summary>
  828. <para>Gets or sets the time-out for this transaction.</para>
  829. </summary>
  830. </member>
  831. <member name="T:System.EnterpriseServices.JustInTimeActivationAttribute">
  832. <summary>
  833. <para>Turns just-in-time (JIT) activation on or off. This class cannot be
  834. inherited.</para>
  835. </summary>
  836. </member>
  837. <member name="M:System.EnterpriseServices.JustInTimeActivationAttribute.#ctor">
  838. <summary>
  839. <para> Initializes a new instance of the
  840. <see cref="T:System.EnterpriseServices.JustInTimeActivationAttribute" /> class.
  841. The default constructor enables just-in-time (JIT) activation.
  842. </para>
  843. </summary>
  844. </member>
  845. <member name="M:System.EnterpriseServices.JustInTimeActivationAttribute.#ctor(System.Boolean)">
  846. <summary>
  847. <para> Initializes a new instance of the
  848. <see cref="T:System.EnterpriseServices.JustInTimeActivationAttribute" /> class,
  849. optionally
  850. allowing the disabling of just-in-time (JIT) activation by passing
  851. <see langword="false " />
  852. as the parameter.</para>
  853. </summary>
  854. <param name="val">
  855. <see langword="true" />to enable JIT activation; otherwise,<see langword="false" />.</param>
  856. </member>
  857. <member name="P:System.EnterpriseServices.JustInTimeActivationAttribute.Value">
  858. <summary>
  859. <para>
  860. Gets the value of the
  861. <see cref="T:System.EnterpriseServices.JustInTimeActivationAttribute" />
  862. setting.
  863. </para>
  864. </summary>
  865. </member>
  866. <member name="T:System.EnterpriseServices.SynchronizationAttribute">
  867. <summary>
  868. <para> Sets the synchronization value of the component. This class cannot be inherited.
  869. </para>
  870. </summary>
  871. </member>
  872. <member name="M:System.EnterpriseServices.SynchronizationAttribute.#ctor">
  873. <summary>
  874. <para>
  875. Initializes a new instance of the
  876. <see cref="T:System.EnterpriseServices.SynchronizationAttribute" />
  877. class
  878. with the default
  879. <see cref="T:System.EnterpriseServices.SynchronizationOption" />
  880. .
  881. </para>
  882. </summary>
  883. </member>
  884. <member name="M:System.EnterpriseServices.SynchronizationAttribute.#ctor(System.EnterpriseServices.SynchronizationOption)">
  885. <summary>
  886. <para>
  887. Initializes a new instance of the
  888. <see cref="T:System.EnterpriseServices.SynchronizationAttribute" />
  889. class
  890. with the
  891. specified
  892. <see cref="T:System.EnterpriseServices.SynchronizationOption" />
  893. .
  894. </para>
  895. </summary>
  896. <param name="val">
  897. One of the
  898. <see cref="T:System.EnterpriseServices.SynchronizationOption" />
  899. values.
  900. </param>
  901. </member>
  902. <member name="P:System.EnterpriseServices.SynchronizationAttribute.Value">
  903. <summary>
  904. <para>
  905. Gets the current setting of the
  906. <see cref="P:System.EnterpriseServices.SynchronizationAttribute.Value" />
  907. property.
  908. </para>
  909. </summary>
  910. </member>
  911. <member name="T:System.EnterpriseServices.MustRunInClientContextAttribute">
  912. <summary>
  913. <para> Forces the attributed object to be created in the context of the creator, if possible. This class cannot be inherited.
  914. </para>
  915. </summary>
  916. </member>
  917. <member name="M:System.EnterpriseServices.MustRunInClientContextAttribute.#ctor">
  918. <summary>
  919. <para> Initializes a new instance of the
  920. <see cref="T:System.EnterpriseServices.MustRunInClientContextAttribute" />
  921. class, requiring creation of the object in
  922. the context of the creator.
  923. </para>
  924. </summary>
  925. </member>
  926. <member name="M:System.EnterpriseServices.MustRunInClientContextAttribute.#ctor(System.Boolean)">
  927. <summary>
  928. <para> Initializes a new instance of the
  929. <see cref="T:System.EnterpriseServices.MustRunInClientContextAttribute" /> class,
  930. optionally not creating the object in the context of the creator.
  931. </para>
  932. </summary>
  933. <param name="val">
  934. <see langword="true" /> to create the object in the context of the creator; otherwise,<see langword="false" />.</param>
  935. </member>
  936. <member name="P:System.EnterpriseServices.MustRunInClientContextAttribute.Value">
  937. <summary>
  938. <para> Gets or sets a value indicating whether the attributed object
  939. is to be created in the context of the creator.</para>
  940. </summary>
  941. </member>
  942. <member name="T:System.EnterpriseServices.ConstructionEnabledAttribute">
  943. <summary>
  944. <para> Enables COM+ object construction support. This class cannot be inherited.
  945. </para>
  946. </summary>
  947. </member>
  948. <member name="M:System.EnterpriseServices.ConstructionEnabledAttribute.#ctor">
  949. <summary>
  950. <para>
  951. Initializes a new instance of the
  952. <see cref="T:System.EnterpriseServices.ConstructionEnabledAttribute" />
  953. class and
  954. initializes the default settings for
  955. <see cref="P:System.EnterpriseServices.ConstructionEnabledAttribute.Enabled" />
  956. and
  957. <see cref="P:System.EnterpriseServices.ConstructionEnabledAttribute.Default" />
  958. .
  959. </para>
  960. </summary>
  961. </member>
  962. <member name="M:System.EnterpriseServices.ConstructionEnabledAttribute.#ctor(System.Boolean)">
  963. <summary>
  964. <para>
  965. Initializes a new instance of the
  966. <see cref="T:System.EnterpriseServices.ConstructionEnabledAttribute" />
  967. class, setting
  968. <see cref="P:System.EnterpriseServices.ConstructionEnabledAttribute.Enabled" />
  969. to the specified value.
  970. </para>
  971. </summary>
  972. <param name="val">
  973. <see langword="true" />
  974. to enable COM+ object construction support; otherwise,
  975. <see langword="false" />
  976. .
  977. </param>
  978. </member>
  979. <member name="P:System.EnterpriseServices.ConstructionEnabledAttribute.Default">
  980. <summary>
  981. <para> Gets or sets a default value for the constructor
  982. string.</para>
  983. </summary>
  984. </member>
  985. <member name="P:System.EnterpriseServices.ConstructionEnabledAttribute.Enabled">
  986. <summary>
  987. <para>Gets or sets a value indicating whether COM+ object construction support is enabled.</para>
  988. </summary>
  989. </member>
  990. <member name="T:System.EnterpriseServices.ObjectPoolingAttribute">
  991. <summary>
  992. <para> Enables and configures object pooling for a
  993. component. This class cannot be inherited.
  994. </para>
  995. </summary>
  996. </member>
  997. <member name="M:System.EnterpriseServices.ObjectPoolingAttribute.#ctor">
  998. <summary>
  999. <para> Initializes a new instance of the
  1000. <see cref="T:System.EnterpriseServices.ObjectPoolingAttribute" />
  1001. class and
  1002. sets the
  1003. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.Enabled" />
  1004. ,
  1005. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MaxPoolSize" />
  1006. ,
  1007. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MinPoolSize" />
  1008. , and
  1009. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.CreationTimeout" />
  1010. properties to their default
  1011. values.</para>
  1012. </summary>
  1013. </member>
  1014. <member name="M:System.EnterpriseServices.ObjectPoolingAttribute.#ctor(System.Int32,System.Int32)">
  1015. <summary>
  1016. <para>
  1017. Initializes a new instance of the
  1018. <see cref="T:System.EnterpriseServices.ObjectPoolingAttribute" />
  1019. class and sets the
  1020. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MaxPoolSize" />
  1021. and
  1022. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MinPoolSize" />
  1023. properties.
  1024. </para>
  1025. </summary>
  1026. <param name="minPoolSize">The minimum pool size.</param>
  1027. <param name=" maxPoolSize">The maximum pool size.</param>
  1028. </member>
  1029. <member name="M:System.EnterpriseServices.ObjectPoolingAttribute.#ctor(System.Boolean)">
  1030. <summary>
  1031. <para>
  1032. Initializes a new instance of the
  1033. <see cref="T:System.EnterpriseServices.ObjectPoolingAttribute" />
  1034. class and sets the
  1035. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.Enabled" />
  1036. property.
  1037. </para>
  1038. </summary>
  1039. <param name="enable">
  1040. <see langword="true" />
  1041. to enable object pooling; otherwise,
  1042. <see langword="false" />
  1043. .
  1044. </param>
  1045. </member>
  1046. <member name="M:System.EnterpriseServices.ObjectPoolingAttribute.#ctor(System.Boolean,System.Int32,System.Int32)">
  1047. <summary>
  1048. <para>
  1049. Initializes a new instance of the
  1050. <see cref="T:System.EnterpriseServices.ObjectPoolingAttribute" />
  1051. class and sets the
  1052. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.Enabled" />
  1053. ,
  1054. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MaxPoolSize" />
  1055. , and
  1056. <see cref="P:System.EnterpriseServices.ObjectPoolingAttribute.MinPoolSize" />
  1057. properties.
  1058. </para>
  1059. </summary>
  1060. <param name="enable">
  1061. <see langword="true" />
  1062. to enable object pooling; otherwise,
  1063. <see langword="false" />
  1064. .
  1065. </param>
  1066. <param name=" minPoolSize">The minimum pool size.</param>
  1067. <param name=" maxPoolSize">The maximum pool size.</param>
  1068. </member>
  1069. <member name="P:System.EnterpriseServices.ObjectPoolingAttribute.Enabled">
  1070. <summary>
  1071. <para>Gets or sets a value indicating whether object pooling is enabled.</para>
  1072. </summary>
  1073. </member>
  1074. <member name="P:System.EnterpriseServices.ObjectPoolingAttribute.MaxPoolSize">
  1075. <summary>
  1076. <para> Gets or sets the value for the maximum size of the pool.</para>
  1077. </summary>
  1078. </member>
  1079. <member name="P:System.EnterpriseServices.ObjectPoolingAttribute.MinPoolSize">
  1080. <summary>
  1081. <para>Gets or sets the value for the minimum size of the pool.</para>
  1082. </summary>
  1083. </member>
  1084. <member name="P:System.EnterpriseServices.ObjectPoolingAttribute.CreationTimeout">
  1085. <summary>
  1086. <para>Gets or sets the length of time to wait for an object to become available
  1087. in the pool before throwing an exception. This value is in
  1088. milliseconds.</para>
  1089. </summary>
  1090. </member>
  1091. <member name="T:System.EnterpriseServices.COMTIIntrinsicsAttribute">
  1092. <summary>
  1093. <para> Enables you to pass context properties from
  1094. the COM Transaction Integrator (COMTI) into the COM+ context.</para>
  1095. </summary>
  1096. </member>
  1097. <member name="M:System.EnterpriseServices.COMTIIntrinsicsAttribute.#ctor">
  1098. <summary>
  1099. Initializes a new instance of the
  1100. <see cref="T:System.EnterpriseServices.COMTIIntrinsicsAttribute" />
  1101. class,
  1102. setting the
  1103. <see cref="P:System.EnterpriseServices.COMTIIntrinsicsAttribute.Value" />
  1104. property to
  1105. <see langword="true" />
  1106. .
  1107. </summary>
  1108. </member>
  1109. <member name="M:System.EnterpriseServices.COMTIIntrinsicsAttribute.#ctor(System.Boolean)">
  1110. <summary>
  1111. <para>
  1112. Initializes a new instance of the
  1113. <see cref="T:System.EnterpriseServices.COMTIIntrinsicsAttribute" />
  1114. class,
  1115. enabling the setting of the
  1116. <see cref="P:System.EnterpriseServices.COMTIIntrinsicsAttribute.Value" />
  1117. property.
  1118. </para>
  1119. </summary>
  1120. <param name="val">
  1121. <see langword="true" />
  1122. if the COMTI context properties are passed into the COM+ context; otherwise,
  1123. <see langword="false" />
  1124. .
  1125. </param>
  1126. </member>
  1127. <member name="P:System.EnterpriseServices.COMTIIntrinsicsAttribute.Value">
  1128. <summary>
  1129. <para>Gets a value indicating whether the COMTI context properties are
  1130. passed into the COM+ context.</para>
  1131. </summary>
  1132. </member>
  1133. <member name="T:System.EnterpriseServices.IISIntrinsicsAttribute">
  1134. <summary>
  1135. <para> Enables access to ASP intrinsic values from
  1136. <see cref="M:System.EnterpriseServices.ContextUtil.GetNamedProperty(System.String)" qualify="true" />
  1137. . This class cannot be inherited.
  1138. </para>
  1139. </summary>
  1140. </member>
  1141. <member name="M:System.EnterpriseServices.IISIntrinsicsAttribute.#ctor">
  1142. <summary>
  1143. <para>
  1144. Initializes a new instance of the
  1145. <see cref="T:System.EnterpriseServices.IISIntrinsicsAttribute" />
  1146. class,
  1147. enabling access to the ASP intrinsic values.
  1148. </para>
  1149. </summary>
  1150. </member>
  1151. <member name="M:System.EnterpriseServices.IISIntrinsicsAttribute.#ctor(System.Boolean)">
  1152. <summary>
  1153. <para>
  1154. Initializes a new instance of the
  1155. <see cref="T:System.EnterpriseServices.IISIntrinsicsAttribute" />
  1156. class,
  1157. optionally disabling access to the ASP intrinsic values.
  1158. </para>
  1159. </summary>
  1160. <param name="val">
  1161. <see langword="true" />
  1162. to enable access to the ASP intrinsic values; otherwise,
  1163. <see langword="false" />
  1164. .
  1165. </param>
  1166. </member>
  1167. <member name="P:System.EnterpriseServices.IISIntrinsicsAttribute.Value">
  1168. <summary>
  1169. <para>Gets a value indicating whether access to the ASP intrinsic values is enabled.</para>
  1170. </summary>
  1171. </member>
  1172. <member name="T:System.EnterpriseServices.EventTrackingEnabledAttribute">
  1173. <summary>
  1174. <para> Enables event tracking for a component. This class cannot be inherited.
  1175. </para>
  1176. </summary>
  1177. </member>
  1178. <member name="M:System.EnterpriseServices.EventTrackingEnabledAttribute.#ctor">
  1179. <summary>
  1180. <para>
  1181. Initializes a new instance of the
  1182. <see cref="T:System.EnterpriseServices.EventTrackingEnabledAttribute" />
  1183. class,
  1184. enabling event tracking.
  1185. </para>
  1186. </summary>
  1187. </member>
  1188. <member name="M:System.EnterpriseServices.EventTrackingEnabledAttribute.#ctor(System.Boolean)">
  1189. <summary>
  1190. <para>
  1191. Initializes a new instance of the
  1192. <see cref="T:System.EnterpriseServices.EventTrackingEnabledAttribute" />
  1193. class,
  1194. optionally disabling event tracking.
  1195. </para>
  1196. </summary>
  1197. <param name="val">
  1198. <see langword="true" />
  1199. to enable event tracking; otherwise,
  1200. <see langword="false" />
  1201. .
  1202. </param>
  1203. </member>
  1204. <member name="P:System.EnterpriseServices.EventTrackingEnabledAttribute.Value">
  1205. <summary>
  1206. <para> Gets the value of the
  1207. <see cref="P:System.EnterpriseServices.EventTrackingEnabledAttribute.Value" />
  1208. property, which indicates whether tracking is enabled.
  1209. </para>
  1210. </summary>
  1211. </member>
  1212. <member name="T:System.EnterpriseServices.ExceptionClassAttribute">
  1213. <summary>
  1214. <para>Sets the queuing exception class for the queued class.
  1215. This class cannot be inherited.</para>
  1216. </summary>
  1217. </member>
  1218. <member name="M:System.EnterpriseServices.ExceptionClassAttribute.#ctor(System.String)">
  1219. <summary>
  1220. <para>
  1221. Initializes a new instance of the
  1222. <see cref="T:System.EnterpriseServices.ExceptionClassAttribute" />
  1223. class.
  1224. </para>
  1225. </summary>
  1226. <param name="name">The name of the exception class for the player to activate and play back before the message is routed to the dead letter queue.</param>
  1227. </member>
  1228. <member name="P:System.EnterpriseServices.ExceptionClassAttribute.Value">
  1229. <summary>
  1230. <para> Gets the name of the exception class for
  1231. the player to activate and play back before the message is routed to the dead letter queue.</para>
  1232. </summary>
  1233. </member>
  1234. <member name="T:System.EnterpriseServices.LoadBalancingSupportedAttribute">
  1235. <summary>
  1236. <para> Determines whether the component participates in load
  1237. balancing, if the component load balancing service is installed and enabled on the server.</para>
  1238. </summary>
  1239. </member>
  1240. <member name="M:System.EnterpriseServices.LoadBalancingSupportedAttribute.#ctor">
  1241. <summary>
  1242. <para>
  1243. Initializes a new instance of the
  1244. <see cref="T:System.EnterpriseServices.LoadBalancingSupportedAttribute" />
  1245. class, specifying load balancing support.
  1246. </para>
  1247. </summary>
  1248. </member>
  1249. <member name="M:System.EnterpriseServices.LoadBalancingSupportedAttribute.#ctor(System.Boolean)">
  1250. <summary>
  1251. <para>
  1252. Initializes a new instance of the
  1253. <see cref="T:System.EnterpriseServices.LoadBalancingSupportedAttribute" />
  1254. class, optionally disabling load
  1255. balancing support.
  1256. </para>
  1257. </summary>
  1258. <param name="val">
  1259. <see langword="true" />
  1260. to enable load balancing support; otherwise,
  1261. <see langword="false" />
  1262. .
  1263. </param>
  1264. </member>
  1265. <member name="P:System.EnterpriseServices.LoadBalancingSupportedAttribute.Value">
  1266. <summary>
  1267. <para>Gets a value indicating whether load balancing support is enabled.</para>
  1268. </summary>
  1269. </member>
  1270. <member name="T:System.EnterpriseServices.EventClassAttribute">
  1271. <summary>
  1272. <para> Marks the attributed class as an event class. This class cannot be inherited.
  1273. </para>
  1274. </summary>
  1275. </member>
  1276. <member name="M:System.EnterpriseServices.EventClassAttribute.#ctor">
  1277. <summary>
  1278. <para>
  1279. Initializes a new instance of the
  1280. <see cref="T:System.EnterpriseServices.EventClassAttribute" />
  1281. class.
  1282. </para>
  1283. </summary>
  1284. </member>
  1285. <member name="P:System.EnterpriseServices.EventClassAttribute.FireInParallel">
  1286. <summary>
  1287. <para>Gets or sets a value indicating whether events are to be
  1288. delivered to subscribers in parallel.</para>
  1289. </summary>
  1290. </member>
  1291. <member name="P:System.EnterpriseServices.EventClassAttribute.AllowInprocSubscribers">
  1292. <summary>
  1293. <para>Gets or sets a value indicating whether subscribers can be activated in the publisher's
  1294. process.</para>
  1295. </summary>
  1296. </member>
  1297. <member name="P:System.EnterpriseServices.EventClassAttribute.PublisherFilter">
  1298. <summary>
  1299. <para>Gets or sets a publisher filter for an event method.</para>
  1300. </summary>
  1301. </member>
  1302. <member name="T:System.EnterpriseServices.PrivateComponentAttribute">
  1303. <summary>
  1304. <para>Identifies a component as a private component that is only seen and activated by components in the
  1305. same application. This class cannot be inherited.</para>
  1306. </summary>
  1307. </member>
  1308. <member name="M:System.EnterpriseServices.PrivateComponentAttribute.#ctor">
  1309. <summary>
  1310. <para>
  1311. Initializes a new instance of the
  1312. <see cref="T:System.EnterpriseServices.PrivateComponentAttribute" />
  1313. class.
  1314. </para>
  1315. </summary>
  1316. </member>
  1317. <member name="T:System.EnterpriseServices.AutoCompleteAttribute">
  1318. <summary>
  1319. <para> Marks the attributed method as an
  1320. <see langword="AutoComplete" /> object. This class cannot be inherited.
  1321. </para>
  1322. </summary>
  1323. </member>
  1324. <member name="M:System.EnterpriseServices.AutoCompleteAttribute.#ctor">
  1325. <summary>
  1326. <para> Initializes a new instance of the
  1327. <see cref="T:System.EnterpriseServices.AutoCompleteAttribute" />
  1328. class,
  1329. specifying that the application should automatically call
  1330. <see cref="M:System.EnterpriseServices.ContextUtil.SetComplete" />
  1331. if the transaction completes
  1332. successfully.</para>
  1333. </summary>
  1334. </member>
  1335. <member name="M:System.EnterpriseServices.AutoCompleteAttribute.#ctor(System.Boolean)">
  1336. <summary>
  1337. <para> Initializes a new instance of the
  1338. <see cref="T:System.EnterpriseServices.AutoCompleteAttribute" />
  1339. class,
  1340. specifying whether COM+
  1341. <see langword="AutoComplete" />
  1342. is enabled.</para>
  1343. </summary>
  1344. <param name="val">
  1345. <see langword="true" /> to enable <see langword="AutoComplete" /> in the COM+ object; otherwise, <see langword="false" />.</param>
  1346. </member>
  1347. <member name="P:System.EnterpriseServices.AutoCompleteAttribute.Value">
  1348. <summary>
  1349. <para> Gets a value indicating the setting of
  1350. the
  1351. <see langword="AutoComplete" />
  1352. option in
  1353. COM+.
  1354. </para>
  1355. </summary>
  1356. </member>
  1357. <member name="T:System.EnterpriseServices.ApplicationActivationAttribute">
  1358. <summary>
  1359. <para> Specifies whether
  1360. components in the assembly run in the creator's process or in
  1361. a system process.
  1362. </para>
  1363. </summary>
  1364. </member>
  1365. <member name="M:System.EnterpriseServices.ApplicationActivationAttribute.#ctor(System.EnterpriseServices.ActivationOption)">
  1366. <summary>
  1367. <para>
  1368. Initializes a new instance of the
  1369. <see cref="T:System.EnterpriseServices.ApplicationActivationAttribute" />
  1370. class,
  1371. setting
  1372. the specified
  1373. <see cref="T:System.EnterpriseServices.ActivationOption" />
  1374. value.
  1375. </para>
  1376. </summary>
  1377. <param name="opt">
  1378. One of the
  1379. <see cref="T:System.EnterpriseServices.ActivationOption" />
  1380. values.
  1381. </param>
  1382. </member>
  1383. <member name="P:System.EnterpriseServices.ApplicationActivationAttribute.Value">
  1384. <summary>
  1385. <para>
  1386. Gets the specified
  1387. <see cref="T:System.EnterpriseServices.ActivationOption" />
  1388. value.
  1389. </para>
  1390. </summary>
  1391. </member>
  1392. <member name="P:System.EnterpriseServices.ApplicationActivationAttribute.SoapVRoot">
  1393. <summary>
  1394. <para> Gets or sets
  1395. a value representing a virtual root on the Web for the COM+ application.</para>
  1396. </summary>
  1397. </member>
  1398. <member name="P:System.EnterpriseServices.ApplicationActivationAttribute.SoapMailbox">
  1399. <summary>
  1400. <para>This property is not supported in the current version.</para>
  1401. </summary>
  1402. </member>
  1403. <member name="T:System.EnterpriseServices.ApplicationNameAttribute">
  1404. <summary>
  1405. <para> Specifies the name of the COM+ application to be used for the install of the components in the
  1406. assembly. This class cannot be inherited.</para>
  1407. </summary>
  1408. </member>
  1409. <member name="M:System.EnterpriseServices.ApplicationNameAttribute.#ctor(System.String)">
  1410. <summary>
  1411. <para>
  1412. Initializes a new instance of the
  1413. <see cref="T:System.EnterpriseServices.ApplicationNameAttribute" />
  1414. class, specifying the name of the COM+ application to be used for
  1415. the install of the components.
  1416. </para>
  1417. </summary>
  1418. <param name="name">The name of the COM+ application.</param>
  1419. </member>
  1420. <member name="P:System.EnterpriseServices.ApplicationNameAttribute.Value">
  1421. <summary>
  1422. <para> Gets a value indicating the name of
  1423. the COM+ application that contains the components in the assembly.</para>
  1424. </summary>
  1425. </member>
  1426. <member name="T:System.EnterpriseServices.ApplicationIDAttribute">
  1427. <summary>
  1428. <para> Specifies the application ID (as a GUID) for this assembly. This class cannot be inherited.
  1429. </para>
  1430. </summary>
  1431. </member>
  1432. <member name="M:System.EnterpriseServices.ApplicationIDAttribute.#ctor(System.String)">
  1433. <summary>
  1434. <para>
  1435. Initializes a new instance of the
  1436. <see cref="T:System.EnterpriseServices.ApplicationIDAttribute" />
  1437. class
  1438. specifying the GUID representing
  1439. the application ID for the COM+ application.
  1440. </para>
  1441. </summary>
  1442. <param name="guid">The GUID associated with the COM+ application.</param>
  1443. </member>
  1444. <member name="P:System.EnterpriseServices.ApplicationIDAttribute.Value">
  1445. <summary>
  1446. <para>Gets the GUID of the COM+ application.</para>
  1447. </summary>
  1448. </member>
  1449. <member name="T:System.EnterpriseServices.ApplicationQueuingAttribute">
  1450. <summary>
  1451. <para>Enables queuing support for the marked assembly and enables the application
  1452. to read method calls from Message Queuing queues. This class cannot be inherited.</para>
  1453. </summary>
  1454. </member>
  1455. <member name="M:System.EnterpriseServices.ApplicationQueuingAttribute.#ctor">
  1456. <summary>
  1457. <para>
  1458. Initializes a new instance of the
  1459. <see cref="T:System.EnterpriseServices.ApplicationQueuingAttribute" />
  1460. class,
  1461. enabling queuing support for the assembly and initializing
  1462. <see cref="P:System.EnterpriseServices.ApplicationQueuingAttribute.Enabled" />
  1463. ,
  1464. <see cref="P:System.EnterpriseServices.ApplicationQueuingAttribute.QueueListenerEnabled" />
  1465. , and
  1466. <see cref="P:System.EnterpriseServices.ApplicationQueuingAttribute.MaxListenerThreads" />
  1467. .
  1468. </para>
  1469. </summary>
  1470. </member>
  1471. <member name="P:System.EnterpriseServices.ApplicationQueuingAttribute.Enabled">
  1472. <summary>
  1473. <para>Gets or sets a value indicating whether queuing support is enabled.</para>
  1474. </summary>
  1475. </member>
  1476. <member name="P:System.EnterpriseServices.ApplicationQueuingAttribute.QueueListenerEnabled">
  1477. <summary>
  1478. <para>Gets or sets a value indicating whether the application
  1479. will accept queued component calls from clients.</para>
  1480. </summary>
  1481. </member>
  1482. <member name="P:System.EnterpriseServices.ApplicationQueuingAttribute.MaxListenerThreads">
  1483. <summary>
  1484. <para> Gets or sets the number
  1485. of threads used to extract messages from the queue
  1486. and activate the corresponding component.</para>
  1487. </summary>
  1488. </member>
  1489. <member name="T:System.EnterpriseServices.InterfaceQueuingAttribute">
  1490. <summary>
  1491. <para> Enables queuing support for the marked interface. This class cannot be inherited.
  1492. </para>
  1493. </summary>
  1494. </member>
  1495. <member name="M:System.EnterpriseServices.InterfaceQueuingAttribute.#ctor">
  1496. <summary>
  1497. <para>
  1498. Initializes a new instance of the
  1499. <see cref="T:System.EnterpriseServices.InterfaceQueuingAttribute" />
  1500. class setting the
  1501. <see cref="P:System.EnterpriseServices.InterfaceQueuingAttribute.Enabled" />
  1502. and
  1503. <see cref="P:System.EnterpriseServices.InterfaceQueuingAttribute.Interface" />
  1504. properties to their default values.
  1505. </para>
  1506. </summary>
  1507. </member>
  1508. <member name="M:System.EnterpriseServices.InterfaceQueuingAttribute.#ctor(System.Boolean)">
  1509. <summary>
  1510. <para>
  1511. Initializes a new instance of the
  1512. <see cref="T:System.EnterpriseServices.InterfaceQueuingAttribute" />
  1513. class,
  1514. optionally disabling queuing support.
  1515. </para>
  1516. </summary>
  1517. <param name="enabled">
  1518. <see langword="true" />
  1519. to enable queuing support; otherwise,
  1520. <see langword="false" />
  1521. .
  1522. </param>
  1523. </member>
  1524. <member name="P:System.EnterpriseServices.InterfaceQueuingAttribute.Enabled">
  1525. <summary>
  1526. <para>Gets or sets a value indicating whether queuing support is enabled.</para>
  1527. </summary>
  1528. </member>
  1529. <member name="P:System.EnterpriseServices.InterfaceQueuingAttribute.Interface">
  1530. <summary>
  1531. <para>Gets or sets the name of the interface on which queuing is enabled.</para>
  1532. </summary>
  1533. </member>
  1534. <member name="T:System.EnterpriseServices.DescriptionAttribute">
  1535. <summary>
  1536. <para> Sets the description on an assembly (application), component, method, or interface. This class
  1537. cannot be inherited.
  1538. </para>
  1539. </summary>
  1540. </member>
  1541. <member name="M:System.EnterpriseServices.DescriptionAttribute.#ctor(System.String)">
  1542. <summary>
  1543. <para>
  1544. Initializes a new instance of the
  1545. <see cref="T:System.EnterpriseServices.DescriptionAttribute" />
  1546. class.
  1547. </para>
  1548. </summary>
  1549. <param name="desc">The description of the assembly (application), component, method, or interface.</param>
  1550. </member>
  1551. <member name="M:System.EnterpriseServices.ServicedComponentInfo.IsTypeEventSource(System.Type)">
  1552. </member>
  1553. <member name="M:System.EnterpriseServices.ServicedComponentInfo.IsTypeJITActivated(System.Type)">
  1554. </member>
  1555. <member name="M:System.EnterpriseServices.ServicedComponentInfo.IsTypeServicedComponent(System.Type)">
  1556. </member>
  1557. <member name="M:System.EnterpriseServices.ServicedComponentInfo.IsTypeObjectPooled(System.Type)">
  1558. </member>
  1559. <member name="M:System.EnterpriseServices.ServicedComponentInfo.IsMethodAutoDone(System.Reflection.MemberInfo)">
  1560. </member>
  1561. <member name="M:System.EnterpriseServices.ServicedComponentInfo.HasSpecialMethodAttributes(System.Reflection.MemberInfo)">
  1562. </member>
  1563. <member name="T:System.EnterpriseServices.InstallationFlags">
  1564. <summary>
  1565. <para>Flags used with the <see cref="T:System.EnterpriseServices.RegistrationHelper" /> class.</para>
  1566. </summary>
  1567. </member>
  1568. <member name="F:System.EnterpriseServices.InstallationFlags.Default">
  1569. <summary>
  1570. <para>Do the default installation, which does the configure,
  1571. install, and register steps, and assumes that the application already exists.</para>
  1572. </summary>
  1573. </member>
  1574. <member name="F:System.EnterpriseServices.InstallationFlags.ExpectExistingTypeLib">
  1575. <summary>
  1576. <para>Do not export the type library; one can be found either by
  1577. the generated or supplied type library name.</para>
  1578. </summary>
  1579. </member>
  1580. <member name="F:System.EnterpriseServices.InstallationFlags.CreateTargetApplication">
  1581. <summary>
  1582. <para>Create the target application. Error if it already exists.</para>
  1583. </summary>
  1584. </member>
  1585. <member name="F:System.EnterpriseServices.InstallationFlags.FindOrCreateTargetApplication">
  1586. <summary>
  1587. <para>Create the application if it does not
  1588. exist; otherwise use the existing application.</para>
  1589. </summary>
  1590. </member>
  1591. <member name="F:System.EnterpriseServices.InstallationFlags.ReconfigureExistingApplication">
  1592. <summary>
  1593. <para> If using an existing application, ensure that the
  1594. properties on this application match those in the assembly.</para>
  1595. </summary>
  1596. </member>
  1597. <member name="F:System.EnterpriseServices.InstallationFlags.ConfigureComponentsOnly">
  1598. <summary>
  1599. <para>Configure components only, do not configure methods or interfaces.</para>
  1600. </summary>
  1601. </member>
  1602. <member name="F:System.EnterpriseServices.InstallationFlags.ReportWarningsToConsole">
  1603. <summary>
  1604. <para>When alert text is encountered, write it to the Console.</para>
  1605. </summary>
  1606. </member>
  1607. <member name="F:System.EnterpriseServices.InstallationFlags.Register">
  1608. <summary>
  1609. <para>Should not be used.</para>
  1610. </summary>
  1611. </member>
  1612. <member name="F:System.EnterpriseServices.InstallationFlags.Install">
  1613. <summary>
  1614. <para>Should not be used.</para>
  1615. </summary>
  1616. </member>
  1617. <member name="F:System.EnterpriseServices.InstallationFlags.Configure">
  1618. <summary>
  1619. <para>Should not be used.</para>
  1620. </summary>
  1621. </member>
  1622. <member name="T:System.EnterpriseServices.RegistrationErrorInfo">
  1623. <summary>
  1624. <para>Retrieves extended error information about methods related to multiple COM+ objects. This also includes
  1625. methods that install, import, and export COM+ applications and components. This class
  1626. cannot be inherited.</para>
  1627. </summary>
  1628. </member>
  1629. <member name="P:System.EnterpriseServices.RegistrationErrorInfo.MajorRef">
  1630. <summary>
  1631. <para>Gets the key value for the object that caused the error, if applicable.</para>
  1632. </summary>
  1633. </member>
  1634. <member name="P:System.EnterpriseServices.RegistrationErrorInfo.MinorRef">
  1635. <summary>
  1636. <para>Gets a precise specification of the item that caused the
  1637. error, such as a property name.</para>
  1638. </summary>
  1639. </member>
  1640. <member name="P:System.EnterpriseServices.RegistrationErrorInfo.Name">
  1641. <summary>
  1642. <para>Gets the name of the object or file that caused the error.</para>
  1643. </summary>
  1644. </member>
  1645. <member name="P:System.EnterpriseServices.RegistrationErrorInfo.ErrorCode">
  1646. <summary>
  1647. <para>Gets the error code for the object or file.</para>
  1648. </summary>
  1649. </member>
  1650. <member name="P:System.EnterpriseServices.RegistrationErrorInfo.ErrorString">
  1651. <summary>
  1652. <para>Gets the description of the <see cref="P:System.EnterpriseServices.RegistrationErrorInfo.ErrorCode" />.</para>
  1653. </summary>
  1654. </member>
  1655. <member name="T:System.EnterpriseServices.RegistrationException">
  1656. <summary>
  1657. <para>The exception that is thrown when a registration error is detected.</para>
  1658. </summary>
  1659. </member>
  1660. <member name="M:System.EnterpriseServices.RegistrationException.#ctor(System.String)">
  1661. <summary>
  1662. <para>Initializes a new instance of the <see cref="T:System.EnterpriseServices.RegistrationException" /> class with a specified error message.</para>
  1663. </summary>
  1664. <param name="msg">The message displayed to the client when the exception is thrown.</param>
  1665. </member>
  1666. <member name="M:System.EnterpriseServices.RegistrationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1667. <summary>
  1668. <para>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" qualify="true" /> object with the error
  1669. information in <see cref="T:System.EnterpriseServices.RegistrationErrorInfo" />.</para>
  1670. </summary>
  1671. <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" qualify="true" /> object containing serialized object data.</param>
  1672. <param name=" ctx">The contextual information about the source or destination.</param>
  1673. </member>
  1674. <member name="P:System.EnterpriseServices.RegistrationException.ErrorInfo">
  1675. <summary>
  1676. <para>Gets an array of <see cref="T:System.EnterpriseServices.RegistrationErrorInfo" /> objects describing registration errors.</para>
  1677. </summary>
  1678. </member>
  1679. <member name="T:System.EnterpriseServices.IRegistrationHelper">
  1680. <summary>
  1681. <para>Installs and configures assemblies in the COM+ catalog.</para>
  1682. </summary>
  1683. </member>
  1684. <member name="M:System.EnterpriseServices.IRegistrationHelper.InstallAssembly(System.String,System.String@,System.String@,System.EnterpriseServices.InstallationFlags)">
  1685. <summary>
  1686. <para>Installs the assembly into the COM+ catalog.</para>
  1687. </summary>
  1688. <param name="assembly">The assembly name as a file or the strong name of an assembly in the global assembly cache (GAC).</param>
  1689. <param name=" application">The application parameter can be <see langword="null" />. If it is, the name of the application is automatically generated based on the name of the assembly or the <see langword="ApplicationName" /> attribute. If the application contains an <see langword="ApplicationID" /> attribute, the attribute takes precedence.</param>
  1690. <param name=" tlb">The name of the output type library (TLB) file, or a string containing <see langword="null" /> if the registration helper is expected to generate the name. On call completion, the actual name used is placed in the parameter.</param>
  1691. <param name=" installFlags">The installation options specified in the enumeration.</param>
  1692. </member>
  1693. <member name="M:System.EnterpriseServices.IRegistrationHelper.UninstallAssembly(System.String,System.String)">
  1694. <summary>
  1695. <para>Uninstalls the assembly from the COM+ catalog.</para>
  1696. </summary>
  1697. <param name="assembly">The assembly name as a file or the strong name of an assembly in the global assembly cache (GAC).</param>
  1698. <param name=" application">The name of the COM+ application.</param>
  1699. </member>
  1700. <member name="T:System.EnterpriseServices.RegistrationHelper">
  1701. <summary>
  1702. <para> Installs and
  1703. configures assemblies in the COM+ catalog. This class
  1704. cannot be inherited.
  1705. </para>
  1706. </summary>
  1707. </member>
  1708. <member name="M:System.EnterpriseServices.RegistrationHelper.InstallAssembly(System.String,System.String@,System.String@,System.EnterpriseServices.InstallationFlags)">
  1709. <summary>
  1710. <para> Installs the named assembly in a COM+ application.</para>
  1711. </summary>
  1712. <param name="assembly">The file name of the assembly to install.</param>
  1713. <param name="application">The name of the COM+ application to install into. This parameter can be <see langword="null" />. If <see langword="null" />, the name of the application is generated based on the name of the assembly, then is returned. If the application contains an <see cref="T:System.EnterpriseServices.ApplicationNameAttribute" />, the attribute takes precedence.</param>
  1714. <param name="tlb">The name of the output Type Library Exporter (Tlbexp.exe) file, or a string containing <see langword="null" /> if the registration helper is expected to generate the name. The actual name used is placed in the parameter on call completion.</param>
  1715. <param name="installFlags">The flags controlling the installation process.</param>
  1716. </member>
  1717. <member name="M:System.EnterpriseServices.RegistrationHelper.UninstallAssembly(System.String,System.String)">
  1718. <summary>
  1719. <para>Uninstalls the assembly from the given application.</para>
  1720. </summary>
  1721. <param name="assembly">The filename of the assembly to uninstall.</param>
  1722. <param name="application">If this name is not <see langword="null" />, it is the name of the application containing the components in the assembly.</param>
  1723. </member>
  1724. <member name="M:System.EnterpriseServices.RegistrationHelper.UninstallAssembly(System.String,System.String,System.String)">
  1725. <summary>
  1726. <para>Uninstalls the assembly from the given application.</para>
  1727. </summary>
  1728. <param name="assembly">The filename of the assembly to uninstall.</param>
  1729. <param name="application">If this name is not <see langword="null" />, it is the name of the application containing the components in the assembly.</param>
  1730. <param name="partition">The name of the partition. This parameter can be <see langword="null" />.</param>
  1731. </member>
  1732. <member name="M:System.EnterpriseServices.RegistrationHelper.InstallAssembly(System.String,System.String@,System.String,System.String@,System.EnterpriseServices.InstallationFlags)">
  1733. <summary>
  1734. <para>Installs the named assembly in a COM+ application.</para>
  1735. </summary>
  1736. <param name="assembly">The file name of the assembly to install.</param>
  1737. <param name="application">The name of the COM+ application to install into. This parameter can be <see langword="null" />. If <see langword="null" />, the name of the application is generated based on the name of the assembly, then is returned. If the application contains an <see cref="T:System.EnterpriseServices.ApplicationNameAttribute" />, the attribute takes precedence.</param>
  1738. <param name="partition">The name of the partition. This parameter can be <see langword="null" />.</param>
  1739. <param name="tlb">The name of the output Type Library Exporter (Tlbexp.exe) file, or a string containing <see langword="null" /> if the registration helper is expected to generate the name. The actual name used is placed in the parameter on call completion.</param>
  1740. <param name="installFlags">The flags controlling the installation process.</param>
  1741. </member>
  1742. <member name="M:System.EnterpriseServices.RegistrationHelperTx.InstallAssembly(System.String,System.String@,System.String@,System.EnterpriseServices.InstallationFlags,System.Object)">
  1743. <summary>
  1744. <para>[To be supplied.]</para>
  1745. </summary>
  1746. </member>
  1747. <member name="M:System.EnterpriseServices.RegistrationHelperTx.InstallAssembly(System.String,System.String@,System.String,System.String@,System.EnterpriseServices.InstallationFlags,System.Object)">
  1748. <summary>
  1749. <para>[To be supplied.]</para>
  1750. </summary>
  1751. </member>
  1752. <member name="M:System.EnterpriseServices.RegistrationHelperTx.UninstallAssembly(System.String,System.String,System.Object)">
  1753. <summary>
  1754. <para>[To be supplied.]</para>
  1755. </summary>
  1756. </member>
  1757. <member name="M:System.EnterpriseServices.RegistrationHelperTx.UninstallAssembly(System.String,System.String,System.String,System.Object)">
  1758. <summary>
  1759. <para>[To be supplied.]</para>
  1760. </summary>
  1761. </member>
  1762. <member name="M:System.EnterpriseServices.RegistrationHelperTx.IsInTransaction">
  1763. <summary>
  1764. <para>[To be supplied.]</para>
  1765. </summary>
  1766. </member>
  1767. <member name="M:System.EnterpriseServices.RegistrationHelperTx.Activate">
  1768. <summary>
  1769. <para>[To be supplied.]</para>
  1770. </summary>
  1771. </member>
  1772. <member name="M:System.EnterpriseServices.RegistrationHelperTx.Deactivate">
  1773. <summary>
  1774. <para>[To be supplied.]</para>
  1775. </summary>
  1776. </member>
  1777. <member name="T:System.EnterpriseServices.ComponentAccessControlAttribute">
  1778. <summary>
  1779. <para> Enables security checking on calls to a component. This class cannot be inherited.
  1780. </para>
  1781. </summary>
  1782. </member>
  1783. <member name="M:System.EnterpriseServices.ComponentAccessControlAttribute.#ctor">
  1784. <summary>
  1785. <para>
  1786. Initializes a new instance of the
  1787. <see cref="T:System.EnterpriseServices.ComponentAccessControlAttribute" />
  1788. class.
  1789. </para>
  1790. </summary>
  1791. </member>
  1792. <member name="M:System.EnterpriseServices.ComponentAccessControlAttribute.#ctor(System.Boolean)">
  1793. <summary>
  1794. <para>
  1795. Initializes a new instance of the
  1796. <see cref="T:System.EnterpriseServices.ComponentAccessControlAttribute" />
  1797. class and
  1798. sets the
  1799. <see cref="P:System.EnterpriseServices.ComponentAccessControlAttribute.Value" />
  1800. property indicating
  1801. whether to
  1802. enable COM+ security configuration.
  1803. </para>
  1804. </summary>
  1805. <param name="val">
  1806. <see langword="true" />
  1807. to enable security checking on calls to a component; otherwise,
  1808. <see langword="false" />
  1809. .
  1810. </param>
  1811. </member>
  1812. <member name="P:System.EnterpriseServices.ComponentAccessControlAttribute.Value">
  1813. <summary>
  1814. <para>Gets a value indicating whether to enable security
  1815. checking on calls to a component.</para>
  1816. </summary>
  1817. </member>
  1818. <member name="T:System.EnterpriseServices.AccessChecksLevelOption">
  1819. <summary>
  1820. <para>Specifies the level of access checking for an application, either at the process level only or at all levels,
  1821. including component, interface, and method levels.</para>
  1822. </summary>
  1823. </member>
  1824. <member name="F:System.EnterpriseServices.AccessChecksLevelOption.Application">
  1825. <summary>
  1826. <para>Enable access checks only at the process level. No access
  1827. checks are made at the component, interface, or method level.</para>
  1828. </summary>
  1829. </member>
  1830. <member name="F:System.EnterpriseServices.AccessChecksLevelOption.ApplicationComponent">
  1831. <summary>
  1832. <para>Enable access checks at every level on calls into the application.</para>
  1833. </summary>
  1834. </member>
  1835. <member name="T:System.EnterpriseServices.AuthenticationOption">
  1836. <summary>
  1837. <para> Specifies the remote procedure call (RPC) authentication mechanism. Applicable
  1838. only when the
  1839. <see cref="T:System.EnterpriseServices.ActivationOption" />
  1840. is set to
  1841. <see langword="Server" />
  1842. .
  1843. </para>
  1844. </summary>
  1845. </member>
  1846. <member name="F:System.EnterpriseServices.AuthenticationOption.Default">
  1847. <summary>
  1848. <para>
  1849. Uses the default authentication level for the specified authentication service. In COM+,
  1850. this setting is provided by the
  1851. <see langword="DefaultAuthenticationLevel" />
  1852. property in the
  1853. <see langword="LocalComputer" />
  1854. collection.
  1855. </para>
  1856. </summary>
  1857. </member>
  1858. <member name="F:System.EnterpriseServices.AuthenticationOption.None">
  1859. <summary>
  1860. Authentication does not occur.
  1861. </summary>
  1862. </member>
  1863. <member name="F:System.EnterpriseServices.AuthenticationOption.Connect">
  1864. <summary>
  1865. <para>Authenticates credentials only when the connection is made.</para>
  1866. </summary>
  1867. </member>
  1868. <member name="F:System.EnterpriseServices.AuthenticationOption.Call">
  1869. <summary>
  1870. <para>Authenticates credentials at the beginning of every call.</para>
  1871. </summary>
  1872. </member>
  1873. <member name="F:System.EnterpriseServices.AuthenticationOption.Packet">
  1874. <summary>
  1875. <para>Authenticates credentials and verifies that all call
  1876. data is received.</para>
  1877. </summary>
  1878. </member>
  1879. <member name="F:System.EnterpriseServices.AuthenticationOption.Integrity">
  1880. <summary>
  1881. <para>Authenticates credentials and verifies that no call data
  1882. has been modified in transit.</para>
  1883. </summary>
  1884. </member>
  1885. <member name="F:System.EnterpriseServices.AuthenticationOption.Privacy">
  1886. <summary>
  1887. <para>Authenticates credentials and encrypts the packet,
  1888. including the data and the sender's identity and signature.</para>
  1889. </summary>
  1890. </member>
  1891. <member name="T:System.EnterpriseServices.ImpersonationLevelOption">
  1892. <summary>
  1893. <para>Specifies the level of impersonation allowed when calling
  1894. targets of a server application.</para>
  1895. </summary>
  1896. </member>
  1897. <member name="F:System.EnterpriseServices.ImpersonationLevelOption.Default">
  1898. <summary>
  1899. <para>
  1900. Uses the default impersonation level for
  1901. the specified authentication service. In COM+, this setting is provided
  1902. by the
  1903. <see langword="DefaultImpersonationLevel" />
  1904. property in the
  1905. <see langword="LocalComputer" />
  1906. collection.
  1907. </para>
  1908. </summary>
  1909. </member>
  1910. <member name="F:System.EnterpriseServices.ImpersonationLevelOption.Anonymous">
  1911. <summary>
  1912. The client is anonymous to the server. The server
  1913. process can impersonate the client, but the impersonation token does not contain
  1914. any information about the client.
  1915. </summary>
  1916. </member>
  1917. <member name="F:System.EnterpriseServices.ImpersonationLevelOption.Identify">
  1918. <summary>
  1919. <para>The system default level. The server can obtain the
  1920. client's identity, and the server can impersonate the client to do ACL checks.</para>
  1921. </summary>
  1922. </member>
  1923. <member name="F:System.EnterpriseServices.ImpersonationLevelOption.Impersonate">
  1924. <summary>
  1925. The server can impersonate the client's security
  1926. context while acting on behalf of the client. The server can access local
  1927. resources as the client.
  1928. </summary>
  1929. </member>
  1930. <member name="F:System.EnterpriseServices.ImpersonationLevelOption.Delegate">
  1931. <summary>
  1932. <para>The most powerful impersonation level. When this level
  1933. is selected, the server (whether local or remote) can impersonate the client's
  1934. security context while acting on behalf of the client</para>
  1935. </summary>
  1936. </member>
  1937. <member name="T:System.EnterpriseServices.ApplicationAccessControlAttribute">
  1938. <summary>
  1939. <para> Allows security configuration for the library or server application housing the application. This class
  1940. cannot be inherited.
  1941. </para>
  1942. </summary>
  1943. </member>
  1944. <member name="M:System.EnterpriseServices.ApplicationAccessControlAttribute.#ctor">
  1945. <summary>
  1946. <para>
  1947. Initializes a new instance of the
  1948. <see cref="T:System.EnterpriseServices.ApplicationAccessControlAttribute" />
  1949. class.
  1950. </para>
  1951. </summary>
  1952. </member>
  1953. <member name="M:System.EnterpriseServices.ApplicationAccessControlAttribute.#ctor(System.Boolean)">
  1954. <summary>
  1955. <para>
  1956. Initializes a new instance of the
  1957. <see cref="T:System.EnterpriseServices.ApplicationAccessControlAttribute" />
  1958. class and
  1959. sets the
  1960. <see cref="P:System.EnterpriseServices.ApplicationAccessControlAttribute.Value" />
  1961. property indicating whether to enable COM security
  1962. configuration.
  1963. </para>
  1964. </summary>
  1965. <param name="val">
  1966. <see langword="true" />
  1967. to allow configuration of security; otherwise,
  1968. <see langword="false" />
  1969. .
  1970. </param>
  1971. </member>
  1972. <member name="P:System.EnterpriseServices.ApplicationAccessControlAttribute.Value">
  1973. <summary>
  1974. <para> Gets or sets a value indicating
  1975. whether to enable COM+ security configuration.</para>
  1976. </summary>
  1977. </member>
  1978. <member name="P:System.EnterpriseServices.ApplicationAccessControlAttribute.AccessChecksLevel">
  1979. <summary>
  1980. <para> Gets or sets the access checking level to process level or to component level.
  1981. </para>
  1982. </summary>
  1983. </member>
  1984. <member name="P:System.EnterpriseServices.ApplicationAccessControlAttribute.Authentication">
  1985. <summary>
  1986. <para> Gets or sets the remote procedure call (RPC) authentication level.
  1987. </para>
  1988. </summary>
  1989. </member>
  1990. <member name="P:System.EnterpriseServices.ApplicationAccessControlAttribute.ImpersonationLevel">
  1991. <summary>
  1992. <para> Gets or sets the impersonation level that is allowed for calling targets of
  1993. this application.
  1994. </para>
  1995. </summary>
  1996. </member>
  1997. <member name="T:System.EnterpriseServices.SecurityRoleAttribute">
  1998. <summary>
  1999. <para>Configures a role for an application or component. This
  2000. class cannot be inherited.</para>
  2001. </summary>
  2002. </member>
  2003. <member name="M:System.EnterpriseServices.SecurityRoleAttribute.#ctor(System.String)">
  2004. <summary>
  2005. <para>
  2006. Initializes a new instance of the
  2007. <see cref="T:System.EnterpriseServices.SecurityRoleAttribute" />
  2008. class and
  2009. sets the
  2010. <see cref="P:System.EnterpriseServices.SecurityRoleAttribute.Role" />
  2011. property.
  2012. </para>
  2013. </summary>
  2014. <param name="role">A security role for the application, component, interface, or method.</param>
  2015. </member>
  2016. <member name="M:System.EnterpriseServices.SecurityRoleAttribute.#ctor(System.String,System.Boolean)">
  2017. <summary>
  2018. <para>
  2019. Initializes a new instance of the
  2020. <see cref="T:System.EnterpriseServices.SecurityRoleAttribute" />
  2021. class and
  2022. sets the
  2023. <see cref="P:System.EnterpriseServices.SecurityRoleAttribute.Role" />
  2024. and
  2025. <see cref="P:System.EnterpriseServices.SecurityRoleAttribute.SetEveryoneAccess" />
  2026. properties.
  2027. </para>
  2028. </summary>
  2029. <param name="role">A security role for the application, component, interface, or method.</param>
  2030. <param name=" everyone">
  2031. <see langword="true" />
  2032. to require that the newly created role have the Everyone user group added as a user; otherwise,
  2033. <see langword="false" />
  2034. .
  2035. </param>
  2036. </member>
  2037. <member name="P:System.EnterpriseServices.SecurityRoleAttribute.Role">
  2038. <summary>
  2039. <para>Gets or sets the security role.</para>
  2040. </summary>
  2041. </member>
  2042. <member name="P:System.EnterpriseServices.SecurityRoleAttribute.SetEveryoneAccess">
  2043. <summary>
  2044. <para> Sets a value indicating whether to add
  2045. the Everyone user group as a user.
  2046. </para>
  2047. </summary>
  2048. </member>
  2049. <member name="P:System.EnterpriseServices.SecurityRoleAttribute.Description">
  2050. <summary>
  2051. <para>Gets or sets the role description.</para>
  2052. </summary>
  2053. </member>
  2054. <member name="T:System.EnterpriseServices.SecureMethodAttribute">
  2055. <summary>
  2056. <para>
  2057. Ensures that the infrastructure calls through an interface for a
  2058. method or for each method in a class when using the security service.
  2059. Classes need to use interfaces to use security services. This class cannot be inherited.</para>
  2060. </summary>
  2061. </member>
  2062. <member name="M:System.EnterpriseServices.SecureMethodAttribute.#ctor">
  2063. <summary>
  2064. <para> Initializes a new instance of the
  2065. <see cref="T:System.EnterpriseServices.SecureMethodAttribute" />
  2066. class.
  2067. </para>
  2068. </summary>
  2069. </member>
  2070. <member name="M:System.EnterpriseServices.MTx.CreateObject(System.String)">
  2071. <summary>
  2072. <para>
  2073. Create an object given a progID.
  2074. </para>
  2075. </summary>
  2076. </member>
  2077. <member name="M:System.EnterpriseServices.MTx.CreateObject(System.Guid)">
  2078. <summary>
  2079. <para>
  2080. Create an object given a class ID.
  2081. </para>
  2082. </summary>
  2083. </member>
  2084. <member name="M:System.EnterpriseServices.MTx.SafeRef(System.Object)">
  2085. <summary>
  2086. <para>
  2087. Create an object reference that is safe to pass back
  2088. to a client.
  2089. </para>
  2090. </summary>
  2091. </member>
  2092. <member name="T:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags">
  2093. <summary>
  2094. <para>Describes the origin of a Compensating Resource Manager (CRM) log record. </para>
  2095. </summary>
  2096. </member>
  2097. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.ForgetTarget">
  2098. <summary>
  2099. <para>Indicates the delivered record should be forgotten. </para>
  2100. </summary>
  2101. </member>
  2102. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.WrittenDuringPrepare">
  2103. <summary>
  2104. <para>Log record was written during Prepare.</para>
  2105. </summary>
  2106. </member>
  2107. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.WrittenDuringCommit">
  2108. <summary>
  2109. <para>Log record was written during commit.</para>
  2110. </summary>
  2111. </member>
  2112. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.WrittenDuringAbort">
  2113. <summary>
  2114. <para>Log record was written during abort.</para>
  2115. </summary>
  2116. </member>
  2117. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.WrittenDurringRecovery">
  2118. <summary>
  2119. <para>Log record was written during recovery.</para>
  2120. </summary>
  2121. </member>
  2122. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.WrittenDuringReplay">
  2123. <summary>
  2124. <para>Log record was written during Replay.</para>
  2125. </summary>
  2126. </member>
  2127. <member name="F:System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags.ReplayInProgress">
  2128. <summary>
  2129. <para>Log record was written when replay was in progress.</para>
  2130. </summary>
  2131. </member>
  2132. <member name="T:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions">
  2133. <summary>
  2134. <para>Specifies flags that control which phases of transaction completion should
  2135. be received by the Compensating Resource Manager (CRM) Compensator, and whether
  2136. recovery should fail if questionable transactions remain after recovery has been
  2137. attempted.</para>
  2138. </summary>
  2139. </member>
  2140. <member name="F:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions.PreparePhase">
  2141. <summary>
  2142. <para> Represents the prepare phase.</para>
  2143. </summary>
  2144. </member>
  2145. <member name="F:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions.CommitPhase">
  2146. <summary>
  2147. <para> Represents the commit phase.</para>
  2148. </summary>
  2149. </member>
  2150. <member name="F:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions.AbortPhase">
  2151. <summary>
  2152. <para> Represents the abort phase.</para>
  2153. </summary>
  2154. </member>
  2155. <member name="F:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions.AllPhases">
  2156. <summary>
  2157. <para> Represents all phases.</para>
  2158. </summary>
  2159. </member>
  2160. <member name="F:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions.FailIfInDoubtsRemain">
  2161. <summary>
  2162. <para>Fails if in-doubt transactions remain after recovery has been attempted.</para>
  2163. </summary>
  2164. </member>
  2165. <member name="T:System.EnterpriseServices.CompensatingResourceManager.TransactionState">
  2166. <summary>
  2167. <para> Specifies the state of the current Compensating Resource Manager (CRM) transaction.
  2168. </para>
  2169. </summary>
  2170. </member>
  2171. <member name="F:System.EnterpriseServices.CompensatingResourceManager.TransactionState.Active">
  2172. <summary>
  2173. <para>The transaction is active.</para>
  2174. </summary>
  2175. </member>
  2176. <member name="F:System.EnterpriseServices.CompensatingResourceManager.TransactionState.Committed">
  2177. <summary>
  2178. <para>The transaction is commited.</para>
  2179. </summary>
  2180. </member>
  2181. <member name="F:System.EnterpriseServices.CompensatingResourceManager.TransactionState.Aborted">
  2182. <summary>
  2183. The transaction is aborted.
  2184. </summary>
  2185. </member>
  2186. <member name="F:System.EnterpriseServices.CompensatingResourceManager.TransactionState.Indoubt">
  2187. <summary>
  2188. <para> The transaction is in-doubt.</para>
  2189. </summary>
  2190. </member>
  2191. <member name="T:System.EnterpriseServices.CompensatingResourceManager.LogRecord">
  2192. <summary>
  2193. <para> Represents an unstructured log record delivered as a
  2194. COM+
  2195. <see langword="CrmLogRecordRead" />
  2196. structure. This class
  2197. cannot be inherited.
  2198. </para>
  2199. </summary>
  2200. </member>
  2201. <member name="P:System.EnterpriseServices.CompensatingResourceManager.LogRecord.Flags">
  2202. <summary>
  2203. <para>Gets a value indicating when the log record was written.</para>
  2204. </summary>
  2205. </member>
  2206. <member name="P:System.EnterpriseServices.CompensatingResourceManager.LogRecord.Sequence">
  2207. <summary>
  2208. <para>The sequence number of the log record.</para>
  2209. </summary>
  2210. </member>
  2211. <member name="P:System.EnterpriseServices.CompensatingResourceManager.LogRecord.Record">
  2212. <summary>
  2213. <para>Gets the log record user data.</para>
  2214. </summary>
  2215. </member>
  2216. <member name="T:System.EnterpriseServices.CompensatingResourceManager.Compensator">
  2217. <summary>
  2218. <para> Represents the base class for all Compensating Resource Manager (CRM) Compensators.
  2219. </para>
  2220. </summary>
  2221. </member>
  2222. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.#ctor">
  2223. <summary>
  2224. <para>
  2225. Initializes a new instance of the
  2226. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.Compensator" />
  2227. class.
  2228. </para>
  2229. </summary>
  2230. </member>
  2231. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.BeginPrepare">
  2232. <summary>
  2233. <para> Notifies the Compensating Resource Manager (CRM) Compensator of the prepare phase
  2234. of the transaction completion and the upcoming delivery of records.</para>
  2235. </summary>
  2236. <returns>
  2237. <para>
  2238. <see langword="true" />
  2239. if successful; otherwise,
  2240. <see langword="false" />
  2241. .
  2242. </para>
  2243. </returns>
  2244. </member>
  2245. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.PrepareRecord(System.EnterpriseServices.CompensatingResourceManager.LogRecord)">
  2246. <summary>
  2247. <para>Delivers a log record in forward order during the prepare phase.</para>
  2248. </summary>
  2249. <param name="rec">The log record to forward.</param>
  2250. <returns>
  2251. <para>
  2252. <see langword="true" />
  2253. if successful; otherwise,
  2254. <see langword="false" />
  2255. .
  2256. </para>
  2257. </returns>
  2258. </member>
  2259. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.EndPrepare">
  2260. <summary>
  2261. <para> Notifies the Compensating Resource Manager (CRM) Compensator that it has had all the log
  2262. records available during the prepare phase.</para>
  2263. </summary>
  2264. <returns>
  2265. <para>
  2266. <see langword="true" />
  2267. if successful; otherwise,
  2268. <see langword="false" />
  2269. .
  2270. </para>
  2271. </returns>
  2272. </member>
  2273. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.BeginCommit(System.Boolean)">
  2274. <summary>
  2275. <para> Notifies the Compensating Resource Manager (CRM) Compensator of the commit phase of
  2276. the transaction completion and the upcoming delivery of records.</para>
  2277. </summary>
  2278. <param name="fRecovery">
  2279. <see langword="true" />
  2280. to begin commit phase; otherwise,
  2281. <see langword="false" />
  2282. .
  2283. </param>
  2284. <returns>
  2285. <para>
  2286. <see langword="true" />
  2287. if successful; otherwise,
  2288. <see langword="false" />
  2289. .
  2290. </para>
  2291. </returns>
  2292. </member>
  2293. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.CommitRecord(System.EnterpriseServices.CompensatingResourceManager.LogRecord)">
  2294. <summary>
  2295. <para>Delivers a log record in forward order during the commit phase.</para>
  2296. </summary>
  2297. <param name="rec">The log record to forward.</param>
  2298. <returns>
  2299. <para>
  2300. <see langword="true" />
  2301. if successful; otherwise,
  2302. <see langword="false" />
  2303. .
  2304. </para>
  2305. </returns>
  2306. </member>
  2307. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.EndCommit">
  2308. <summary>
  2309. <para>Notifies the Compensating Resource Manager (CRM) Compensator that it has delivered all
  2310. the log records available during the commit phase.</para>
  2311. </summary>
  2312. <returns>
  2313. <para>
  2314. <see langword="true" />
  2315. if successful; otherwise,
  2316. <see langword="false" />
  2317. .
  2318. </para>
  2319. </returns>
  2320. </member>
  2321. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.BeginAbort(System.Boolean)">
  2322. <summary>
  2323. <para> Notifies the Compensating Resource Manager (CRM) Compensator of the abort phase
  2324. of the transaction completion, and the upcoming delivery of records.</para>
  2325. </summary>
  2326. <param name="fRecovery">
  2327. <see langword="true" />
  2328. to begin abort phase; otherwise,
  2329. <see langword="false" />
  2330. .
  2331. </param>
  2332. <returns>
  2333. <para>
  2334. <see langword="true" />
  2335. if successful; otherwise,
  2336. <see langword="false" />
  2337. .
  2338. </para>
  2339. </returns>
  2340. </member>
  2341. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.AbortRecord(System.EnterpriseServices.CompensatingResourceManager.LogRecord)">
  2342. <summary>
  2343. <para>Delivers a log record to the Compensating Resource Manager (CRM) Compensator during the abort phase.</para>
  2344. </summary>
  2345. <param name="rec">The log record to be delivered.</param>
  2346. <returns>
  2347. <para>
  2348. <see langword="true" />
  2349. if the log record is delivered; otherwise,
  2350. <see langword="false" />
  2351. .
  2352. </para>
  2353. </returns>
  2354. </member>
  2355. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Compensator.EndAbort">
  2356. <summary>
  2357. <para>Notifies the Compensating Resource Manager (CRM) Compensator that it has received all
  2358. the log records available during the abort phase.</para>
  2359. </summary>
  2360. <returns>
  2361. <para>
  2362. <see langword="true" />
  2363. if successful; otherwise,
  2364. <see langword="false" />
  2365. .
  2366. </para>
  2367. </returns>
  2368. </member>
  2369. <member name="P:System.EnterpriseServices.CompensatingResourceManager.Compensator.Clerk">
  2370. <summary>
  2371. <para>
  2372. Gets a value representing the Compensating Resource Manager (CRM)
  2373. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.Clerk" />
  2374. object.
  2375. </para>
  2376. </summary>
  2377. </member>
  2378. <member name="T:System.EnterpriseServices.CompensatingResourceManager.Clerk">
  2379. <summary>
  2380. <para> Writes records of transactional actions
  2381. to a log.
  2382. </para>
  2383. </summary>
  2384. </member>
  2385. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.#ctor(System.Type,System.String,System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions)">
  2386. <summary>
  2387. <para> Initializes a new instance of the
  2388. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.Clerk" />
  2389. class.
  2390. </para>
  2391. </summary>
  2392. <param name="compensator">A type representing the compensator.</param>
  2393. <param name=" description">The description of the compensator.</param>
  2394. <param name=" flags">A bitwise combination of the <see cref="T:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions" />values.</param>
  2395. </member>
  2396. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.#ctor(System.String,System.String,System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions)">
  2397. <summary>
  2398. <para>
  2399. Initializes a new instance of the
  2400. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.Clerk" />
  2401. class.
  2402. </para>
  2403. </summary>
  2404. <param name="compensator">The name of the compensator.</param>
  2405. <param name=" description">The description of the concentrator.</param>
  2406. <param name=" flags">
  2407. A bitwise combination of the
  2408. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions" />
  2409. values.
  2410. </param>
  2411. </member>
  2412. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.ForceLog">
  2413. <summary>
  2414. <para> Forces all log records to disk. </para>
  2415. </summary>
  2416. </member>
  2417. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.ForgetLogRecord">
  2418. <summary>
  2419. <para>Does not deliver the last log record that was written by this
  2420. instance of this interface.</para>
  2421. </summary>
  2422. </member>
  2423. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.ForceTransactionToAbort">
  2424. <summary>
  2425. <para>Performs an immediate abort call on the transaction.</para>
  2426. </summary>
  2427. </member>
  2428. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.WriteLogRecord(System.Object)">
  2429. <summary>
  2430. <para>Writes unstructured log records to the log.</para>
  2431. </summary>
  2432. <param name="record">The log record to write to the log.</param>
  2433. </member>
  2434. <member name="M:System.EnterpriseServices.CompensatingResourceManager.Clerk.Finalize">
  2435. <summary>
  2436. <para> Frees the resources of the current Clerk before
  2437. it is reclaimed by the garbage collector.</para>
  2438. </summary>
  2439. </member>
  2440. <member name="P:System.EnterpriseServices.CompensatingResourceManager.Clerk.TransactionUOW">
  2441. <summary>
  2442. <para>Gets a value representing the transaction unit of work (UOW).</para>
  2443. </summary>
  2444. </member>
  2445. <member name="P:System.EnterpriseServices.CompensatingResourceManager.Clerk.LogRecordCount">
  2446. <summary>
  2447. <para>Gets the number of log records.</para>
  2448. </summary>
  2449. </member>
  2450. <member name="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor">
  2451. <summary>
  2452. <para> Contains a snapshot of all Clerks active in the process.
  2453. </para>
  2454. </summary>
  2455. </member>
  2456. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.#ctor">
  2457. <summary>
  2458. <para>
  2459. Initializes a new instance of the
  2460. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2461. class.
  2462. </para>
  2463. </summary>
  2464. </member>
  2465. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.Populate">
  2466. <summary>
  2467. <para>Gets the Clerks collection object, which is a snapshot of the current
  2468. state of the Clerks.</para>
  2469. </summary>
  2470. </member>
  2471. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.GetEnumerator">
  2472. <summary>
  2473. <para> Returns the enumeration of the clerks in the
  2474. Compensating Resource Manager (CRM) monitor collection.</para>
  2475. </summary>
  2476. <returns>
  2477. <para>An enumerator describing the clerks in the collection. </para>
  2478. </returns>
  2479. </member>
  2480. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.Finalize">
  2481. <summary>
  2482. <para>
  2483. Frees the resources of the current
  2484. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2485. before it is reclaimed by the garbage collector.
  2486. </para>
  2487. </summary>
  2488. </member>
  2489. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.Count">
  2490. <summary>
  2491. <para>Gets the count of the Clerk monitors in the Compensating
  2492. Resource Manager (CRM) monitor collection.</para>
  2493. </summary>
  2494. </member>
  2495. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.Item(System.Int32)">
  2496. <summary>
  2497. <para>
  2498. Gets the
  2499. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo" />
  2500. object
  2501. for this
  2502. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2503. .
  2504. </para>
  2505. </summary>
  2506. <param name="index">
  2507. The integer index identifying the
  2508. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2509. .
  2510. </param>
  2511. </member>
  2512. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor.Item(System.String)">
  2513. <summary>
  2514. <para>
  2515. Gets the
  2516. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo" />
  2517. object
  2518. for this
  2519. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2520. .
  2521. </para>
  2522. </summary>
  2523. <param name="index">
  2524. The numeric index identifying the
  2525. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" />
  2526. .
  2527. </param>
  2528. </member>
  2529. <member name="T:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo">
  2530. <summary>
  2531. <para> Contains information describing an active Compensating Resource Manager (CRM) Clerk object.
  2532. </para>
  2533. </summary>
  2534. </member>
  2535. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.Finalize">
  2536. <summary>
  2537. <para>
  2538. Frees the resources of the current
  2539. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo" />
  2540. before
  2541. it is reclaimed by the garbage collector.
  2542. </para>
  2543. </summary>
  2544. </member>
  2545. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.Clerk">
  2546. <summary>
  2547. <para> Gets
  2548. <see cref="F:System.Runtime.InteropServices.UnmanagedType.IUnknown" />
  2549. for the current Clerk.
  2550. </para>
  2551. </summary>
  2552. </member>
  2553. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.InstanceId">
  2554. <summary>
  2555. <para>Gets the instance class ID (CLSID) of the
  2556. current Compensating Resource Manager (CRM) Clerk.</para>
  2557. </summary>
  2558. </member>
  2559. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.Compensator">
  2560. <summary>
  2561. <para>Gets the ProgId of the Compensating Resource Manager (CRM) Compensator for the current CRM Clerk.</para>
  2562. </summary>
  2563. </member>
  2564. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.Description">
  2565. <summary>
  2566. <para>
  2567. Gets the description of the Compensating Resource
  2568. Manager (CRM) Compensator for the current CRM Clerk. The description string is
  2569. the string that was provided by the
  2570. <see langword="ICrmLogControl::RegisterCompensator" />
  2571. method.
  2572. </para>
  2573. </summary>
  2574. </member>
  2575. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.TransactionUOW">
  2576. <summary>
  2577. <para>Gets the Unit Of Work (UOW) of the transaction for the current Compensating Resource
  2578. Manager (CRM) Clerk.</para>
  2579. </summary>
  2580. </member>
  2581. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ClerkInfo.ActivityId">
  2582. <summary>
  2583. <para> Gets the activity ID of the current Compensating
  2584. Resource Manager (CRM) Worker.</para>
  2585. </summary>
  2586. </member>
  2587. <member name="T:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute">
  2588. <summary>
  2589. <para> Enables Compensating Resource Manger (CRM) on the tagged application.
  2590. </para>
  2591. </summary>
  2592. </member>
  2593. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute.#ctor">
  2594. <summary>
  2595. <para>
  2596. Initializes a new instance of the
  2597. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute" />
  2598. class,
  2599. setting the
  2600. <see cref="P:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute.Value" />
  2601. property
  2602. to
  2603. <see langword="true" />
  2604. .
  2605. </para>
  2606. </summary>
  2607. </member>
  2608. <member name="M:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute.#ctor(System.Boolean)">
  2609. <summary>
  2610. <para>
  2611. Initializes a new instance of the
  2612. <see cref="T:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute" />
  2613. class,
  2614. optionally setting the
  2615. <see cref="P:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute.Value" />
  2616. property to
  2617. <see langword="false" />
  2618. .
  2619. </para>
  2620. </summary>
  2621. <param name="val">
  2622. <see langword="true" />
  2623. to enable Compensating Resource Manager (CRM); otherwise,
  2624. <see langword="false" />
  2625. .
  2626. </param>
  2627. </member>
  2628. <member name="P:System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute.Value">
  2629. <summary>
  2630. <para>Enables or disables Compensating Resource Manager (CRM) on the tagged application.</para>
  2631. </summary>
  2632. </member>
  2633. <member name="T:System.EnterpriseServices.Internal.AssemblyLocator">
  2634. </member>
  2635. <member name="T:System.EnterpriseServices.ResourcePool">
  2636. <summary>
  2637. <para>Stores objects in the current transaction. This class cannot be inherited.</para>
  2638. </summary>
  2639. </member>
  2640. <member name="M:System.EnterpriseServices.ResourcePool.#ctor(System.EnterpriseServices.ResourcePool.TransactionEndDelegate)">
  2641. <summary>
  2642. <para> Initializes a new instance of the
  2643. <see cref="T:System.EnterpriseServices.ResourcePool" />
  2644. class.
  2645. </para>
  2646. </summary>
  2647. <param name="cb">A <see cref="T:System.EnterpriseServices.ResourcePool.TransactionEndDelegate" /> , that is called when a transaction is finished. All items currently stored in the transaction are handed back to the user through the delegate.</param>
  2648. </member>
  2649. <member name="M:System.EnterpriseServices.ResourcePool.PutResource(System.Object)">
  2650. <summary>
  2651. <para>Adds a resource to the current transaction.</para>
  2652. </summary>
  2653. <param name="resource">The resource to add.</param>
  2654. <returns>
  2655. <para>
  2656. <see langword="true" />
  2657. if the resource object was added to the pool;
  2658. otherwise,
  2659. <see langword="false" />
  2660. .
  2661. </para>
  2662. </returns>
  2663. </member>
  2664. <member name="M:System.EnterpriseServices.ResourcePool.GetResource">
  2665. <summary>
  2666. <para>Gets a resource from the current transaction.</para>
  2667. </summary>
  2668. <returns>
  2669. <para>The resource object.</para>
  2670. </returns>
  2671. </member>
  2672. <member name="T:System.EnterpriseServices.BYOT">
  2673. <summary>
  2674. <para>Wraps the COM+ <see langword="ByotServerEx" /> class and
  2675. the COM+ DTC interfaces <see langword="ICreateWithTransactionEx" /> and
  2676. <see langword="ICreateWithTipTransactionEx" /> . This class
  2677. cannot be inherited.</para>
  2678. </summary>
  2679. </member>
  2680. <member name="M:System.EnterpriseServices.BYOT.CreateWithTransaction(System.Object,System.Type)">
  2681. <summary>
  2682. <para>Creates an object that is enlisted within a manual
  2683. transaction.</para>
  2684. </summary>
  2685. <param name="transaction">The <see langword="ITransaction" /> Interface object specifying a transaction.</param>
  2686. <param name=" t">The specified type.</param>
  2687. <returns>
  2688. <para>The requested transaction.</para>
  2689. </returns>
  2690. </member>
  2691. <member name="M:System.EnterpriseServices.BYOT.CreateWithTipTransaction(System.String,System.Type)">
  2692. <summary>
  2693. <para>Creates an object that is enlisted within a manual
  2694. transaction using the Transaction Internet Protocol (TIP).</para>
  2695. </summary>
  2696. <param name="url">A TIP URL specifying a transaction.</param>
  2697. <param name=" t">The type.</param>
  2698. <returns>
  2699. <para> The requested transaction.</para>
  2700. </returns>
  2701. </member>
  2702. <member name="T:System.EnterpriseServices.Internal.IComSoapPublisher">
  2703. <summary>
  2704. Interface definition for publishing COM SOAP Objects
  2705. </summary>
  2706. </member>
  2707. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.CreateVirtualRoot(System.String,System.String,System.String@,System.String@,System.String@,System.String@)">
  2708. </member>
  2709. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.DeleteVirtualRoot(System.String,System.String,System.String@)">
  2710. </member>
  2711. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.CreateMailBox(System.String,System.String,System.String@,System.String@,System.String@,System.String@)">
  2712. </member>
  2713. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.DeleteMailBox(System.String,System.String,System.String@)">
  2714. </member>
  2715. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.ProcessServerTlb(System.String,System.String,System.String,System.String,System.String@,System.String@,System.String@)">
  2716. </member>
  2717. <member name="M:System.EnterpriseServices.Internal.IComSoapPublisher.ProcessClientTlb(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String@,System.String@,System.String@)">
  2718. </member>
  2719. <member name="T:System.EnterpriseServices.Internal.IComSoapIISVRoot">
  2720. </member>
  2721. <member name="M:System.EnterpriseServices.Internal.IComSoapIISVRoot.Create(System.String,System.String,System.String,System.String@)">
  2722. </member>
  2723. <member name="M:System.EnterpriseServices.Internal.IComSoapIISVRoot.Delete(System.String,System.String,System.String,System.String@)">
  2724. </member>
  2725. <member name="T:System.EnterpriseServices.Internal.IComSoapMetadata">
  2726. </member>
  2727. <member name="M:System.EnterpriseServices.Internal.IComSoapMetadata.Generate(System.String,System.String)">
  2728. </member>
  2729. <member name="T:System.EnterpriseServices.Internal.ComSoapPublishError">
  2730. <summary>
  2731. Error handler for ComSoapPublish
  2732. </summary>
  2733. </member>
  2734. <member name="M:System.EnterpriseServices.Internal.ComSoapPublishError.Report(System.String)">
  2735. </member>
  2736. <member name="T:System.EnterpriseServices.Internal.ClientRemotingConfig">
  2737. <summary>
  2738. Creating Client XML format remoting configuration file
  2739. </summary>
  2740. </member>
  2741. <member name="M:System.EnterpriseServices.Internal.ClientRemotingConfig.Write(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
  2742. </member>
  2743. <member name="T:System.EnterpriseServices.Internal.ServerWebConfig">
  2744. <summary>
  2745. Producing/Editing Web.Config file
  2746. </summary>
  2747. </member>
  2748. <member name="M:System.EnterpriseServices.Internal.ServerWebConfig.AddElement(System.String,System.String,System.String,System.String,System.String,System.String@)">
  2749. </member>
  2750. <member name="T:System.EnterpriseServices.Internal.IISVirtualRoot">
  2751. <summary>
  2752. Creates and Deletes IIS 6.0 Virtual Roots
  2753. </summary>
  2754. </member>
  2755. <member name="M:System.EnterpriseServices.Internal.IISVirtualRoot.Create(System.String,System.String,System.String,System.String@)">
  2756. <summary>
  2757. Creates an IIS 6.0 Virtual Root
  2758. </summary>
  2759. <param name="RootWeb">
  2760. </param>
  2761. <param name="PhysicalDirectory">
  2762. </param>
  2763. <param name="VirtualDirectory">
  2764. </param>
  2765. <param name="Error">
  2766. </param>
  2767. </member>
  2768. <member name="M:System.EnterpriseServices.Internal.IISVirtualRoot.Delete(System.String,System.String,System.String,System.String@)">
  2769. <summary>
  2770. Deletes an IIS 6.0 Virtual Root
  2771. </summary>
  2772. <param name="WebRoot">
  2773. </param>
  2774. <param name="PhysicalDirectory">
  2775. </param>
  2776. <param name="VirtualDirectory">
  2777. </param>
  2778. <param name="Error">
  2779. </param>
  2780. </member>
  2781. <member name="T:System.EnterpriseServices.Internal.Publish">
  2782. <summary>
  2783. Publishes COM Interfaces for SOAP Publication of COM+ objects
  2784. </summary>
  2785. </member>
  2786. <member name="M:System.EnterpriseServices.Internal.Publish.CreateVirtualRoot(System.String,System.String,System.String@,System.String@,System.String@,System.String@)">
  2787. </member>
  2788. <member name="M:System.EnterpriseServices.Internal.Publish.DeleteVirtualRoot(System.String,System.String,System.String@)">
  2789. </member>
  2790. <member name="M:System.EnterpriseServices.Internal.Publish.CreateMailBox(System.String,System.String,System.String@,System.String@,System.String@,System.String@)">
  2791. </member>
  2792. <member name="M:System.EnterpriseServices.Internal.Publish.DeleteMailBox(System.String,System.String,System.String@)">
  2793. </member>
  2794. <member name="M:System.EnterpriseServices.Internal.Publish.ProcessServerTlb(System.String,System.String,System.String,System.String,System.String@,System.String@,System.String@)">
  2795. </member>
  2796. <member name="M:System.EnterpriseServices.Internal.Publish.ProcessClientTlb(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String@,System.String@,System.String@)">
  2797. </member>
  2798. <member name="T:System.EnterpriseServices.Internal.GenerateMetadata">
  2799. <summary>
  2800. Generates CLR Metadata for a COM+ component
  2801. </summary>
  2802. </member>
  2803. <member name="M:System.EnterpriseServices.Internal.GenerateMetadata.Generate(System.String,System.String)">
  2804. </member>
  2805. <member name="M:System.EnterpriseServices.Internal.GenerateMetadata.SearchPath(System.String,System.String,System.String,System.Int32,System.String,System.Int32[])">
  2806. </member>
  2807. <member name="T:System.EnterpriseServices.Internal.IClrObjectFactory">
  2808. </member>
  2809. <member name="M:System.EnterpriseServices.Internal.IClrObjectFactory.CreateFromAssembly(System.String,System.String,System.String)">
  2810. <summary>
  2811. assembly and type only - use configuration file
  2812. </summary>
  2813. </member>
  2814. <member name="M:System.EnterpriseServices.Internal.IClrObjectFactory.CreateFromVroot(System.String,System.String)">
  2815. <summary>
  2816. moniker passes in all configuration information
  2817. </summary>
  2818. </member>
  2819. <member name="T:System.EnterpriseServices.Internal.ClrObjectFactory">
  2820. </member>
  2821. <member name="M:System.EnterpriseServices.Internal.ClrObjectFactory.CreateFromAssembly(System.String,System.String,System.String)">
  2822. </member>
  2823. </members>
  2824. </doc>