IPersist Interface

Provides the CLSID of an object that can be stored persistently in the system.

Allows the object to specify which object handler to use in the client process, as it is used in the default implementation of marshaling.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0000010c-0000-0000-c000-000000000046")]
public interface IPersist

Remarks

Methods

GetClassID Retrieves the class identifier (CLSID) of the object.

See Also