C# Класс CatenaLogic.Windows.Presentation.WebcamPlayer.FilterInfo

FilterInfo class
Наследование: IComparable
Показать файл Открыть проект

Открытые методы

Метод Описание
CompareTo ( object value ) : int

Compares the current object to another object

FilterInfo ( string monikerString ) : System

Initializes a new filter info object

Приватные методы

Метод Описание
CreateBindCtx ( int reserved, IBindCtx &ppbc ) : int
CreateFilter ( string filterMoniker ) : IBaseFilter

Creates a specific filter based on the moniker

FilterInfo ( IMoniker moniker ) : System

Initializes a new filter info object

GetMonikerString ( IMoniker moniker ) : string

Gets the moniker string for a specific moniker

GetName ( IMoniker moniker ) : string

Gets the name of a specific moniker

GetName ( string monikerString ) : string

Gets the name of a specific moniker

MkParseDisplayName ( IBindCtx pbc, string szUserName, int &pchEaten, IMoniker &ppmk ) : int

Описание методов

CompareTo() публичный Метод

Compares the current object to another object
public CompareTo ( object value ) : int
value object Value to compare the current object to
Результат int

FilterInfo() публичный Метод

Initializes a new filter info object
public FilterInfo ( string monikerString ) : System
monikerString string Moniker string to base the filter on
Результат System