C# Class CatenaLogic.Windows.Presentation.WebcamPlayer.FilterInfo

FilterInfo class
Inheritance: IComparable
Show file Open project: raouldc/OptiDev

Public Methods

Method Description
CompareTo ( object value ) : int

Compares the current object to another object

FilterInfo ( string monikerString ) : System

Initializes a new filter info object

Private Methods

Method Description
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

Method Details

CompareTo() public method

Compares the current object to another object
public CompareTo ( object value ) : int
value object Value to compare the current object to
return int

FilterInfo() public method

Initializes a new filter info object
public FilterInfo ( string monikerString ) : System
monikerString string Moniker string to base the filter on
return System