C# Class P4API.SafeClientUser

This class overrides the default implementation of ClientUser to divert the unsafe methods to safe ones; the safe methods can then be overridden in your implementation.
Inheritance: ClientUser
ファイルを表示 Open project: csm/monodevelop-perforce

Public Methods

Method Description
OutputBinary ( byte data ) : void
OutputBinary ( sbyte data, int length ) : void
OutputText ( sbyte data, int length ) : void
OutputText ( string text ) : void

Method Details

OutputBinary() public method

public OutputBinary ( byte data ) : void
data byte
return void

OutputBinary() public method

public OutputBinary ( sbyte data, int length ) : void
data sbyte
length int
return void

OutputText() public method

public OutputText ( sbyte data, int length ) : void
data sbyte
length int
return void

OutputText() public method

public OutputText ( string text ) : void
text string
return void