C# 클래스 CatenaLogic.Windows.Presentation.WebcamPlayer.FilterInfo

FilterInfo class
상속: IComparable
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
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