C# Class Grunwald.CocoAddIn.MessageViewCategoryWriter

Inheritance: System.IO.TextWriter
Mostra file Open project: dgrunwald/coco-addin

Public Methods

Method Description
MessageViewCategoryWriter ( ICSharpCode.SharpDevelop.Gui.MessageViewCategory category ) : System
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void

Method Details

MessageViewCategoryWriter() public method

public MessageViewCategoryWriter ( ICSharpCode.SharpDevelop.Gui.MessageViewCategory category ) : System
category ICSharpCode.SharpDevelop.Gui.MessageViewCategory
return System

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void