PyIMoniker Object

A Python interface to IMoniker

Methods

BindToObject
Uses the moniker to bind to the object it identifies. 

BindToStorage
Retrieves an interface object to the storage that contains the object identified by the moniker. 

GetDisplayName
Gets the display name , which is a user-readable representation of this moniker. 

ComposeWith
Combines the current moniker with another moniker, creating a new composite moniker. 

Enum
Supplies an enumerator that can enumerate the components of a composite moniker. 

IsEqual
Compares this moniker with a specified moniker and indicates whether they are identical. 

IsSystemMoniker
Indicates whether this moniker is of one of the system-supplied moniker classes. 

Hash
Calculates a 32-bit integer using the internal state of the moniker. 

Based On

PyIPersistStream