Class wwHelpComWrapper

This class acts as a base class wrapper around a COM object. It stores a reference to the inbound COM reference in ComInstance. Subclasses must set the ComInstance member preferably with the only constructor.

System.Object
  Westwind.wwHelp.wwHelpComWrapper
public class abstract wwHelpComWrapper : object, IDisposable

Class Members

MemberDescription

Dispose

Releases the COM pointer. Usually not necessary but can be used in Automation scenarios against a Top Level Com reference.

public sealed void Dispose();

Release

Releases the underlying COM instance

public void Release();

ComInstance

The underlying COM instance for this Wrapper Object

Requirements

Namespace: Westwind.wwHelp
Assembly: wwReflection.DLL

© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic