C# Class WF.Compiler.MediaHelpers

显示文件 Open project: WFoundation/WF.Compiler

Public Methods

Method Description
IsImage ( this mf ) : bool
IsSound ( this mf ) : bool
IsText ( this mf ) : bool

Method Details

IsImage() public static method

public static IsImage ( this mf ) : bool
mf this
return bool

IsSound() public static method

public static IsSound ( this mf ) : bool
mf this
return bool

IsText() public static method

public static IsText ( this mf ) : bool
mf this
return bool