Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Python
Runtime
DebugUtil
C# Class Python.Runtime.DebugUtil
Debugging helper utilities.
Exibir arquivo
Open project: fkarb/pythonnet
Public Methods
Method
Description
Print
(
string
msg
) :
void
Private Methods
Method
Description
DumpInst
(
IntPtr
ob
) :
void
DumpType
(
IntPtr
type
) :
void
debug
(
string
msg
) :
void
Method Details
Print()
public
static
method
public
static
Print
(
string
msg
) :
void
msg
string
return
void