C# Класс Ros_CSharp.EDB

Helper class for display and/or other output of debugging/peripheral information
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WriteLine ( object o ) : void

Writes a string or something to System.Debug, and fires an optional OtherOutput event for use in the node

WriteLine ( string format ) : void

Writes a formatted something to System.Debug, and fires an optional OtherOutput event for use in the node

Приватные методы

Метод Описание
_writeline ( object o ) : void

Описание методов

WriteLine() публичный статический Метод

Writes a string or something to System.Debug, and fires an optional OtherOutput event for use in the node
public static WriteLine ( object o ) : void
o object A string or something to print
Результат void

WriteLine() публичный статический Метод

Writes a formatted something to System.Debug, and fires an optional OtherOutput event for use in the node
public static WriteLine ( string format ) : void
format string Format string
Результат void