C# Class NAPS2.Ocr.PlatformSupport

ファイルを表示 Open project: cyanfish/naps2 Class Usage Examples

Public Properties

Property Type Description
Windows PlatformSupport
WindowsXp PlatformSupport

Public Methods

Method Description
And ( ) : PlatformSupport
Except ( ) : PlatformSupport
Or ( ) : PlatformSupport
Validate ( ) : bool

Private Methods

Method Description
PlatformSupport ( Func predicate ) : System

Method Details

And() public method

public And ( ) : PlatformSupport
return PlatformSupport

Except() public method

public Except ( ) : PlatformSupport
return PlatformSupport

Or() public method

public Or ( ) : PlatformSupport
return PlatformSupport

Validate() public method

public Validate ( ) : bool
return bool

Property Details

Windows public_oe static_oe property

public static PlatformSupport,NAPS2.Ocr Windows
return PlatformSupport

WindowsXp public_oe static_oe property

public static PlatformSupport,NAPS2.Ocr WindowsXp
return PlatformSupport