C# Class GoYPlugin.WindowNameMatcher

显示文件 Open project: kshahar/launchysharp

Public Properties

Property Type Description
m_windowNameToMatch string

Public Methods

Method Description
hasMatch ( string windowName ) : bool

Private Methods

Method Description
hasMatch ( string windowName, string windowNameToMatch ) : bool

Method Details

hasMatch() public method

public hasMatch ( string windowName ) : bool
windowName string
return bool

Property Details

m_windowNameToMatch public_oe property

public string m_windowNameToMatch
return string