C# Class SvgToVectorDrawableConverter.Program

ファイルを表示 Open project: a-student/SvgToVectorDrawableConverter

Public Methods

Method Description
Main ( string args ) : void
Program ( [ args, [ outWriter, [ errorWriter ) : System
RunAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
Convert ( SvgToVectorDrawableConverter.Options options ) : void
PrintError ( string message ) : void
PrintWarnings ( string subpath, ICollection warnings ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Program() public method

public Program ( [ args, [ outWriter, [ errorWriter ) : System
args [
outWriter [
errorWriter [
return System

RunAsync() public method

public RunAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task