Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Brunet
Util
AdrCopyable
C# Class Brunet.Util.AdrCopyable
Inheritance:
ICopyable
Show file
Open project: pstjuste/brunet
Class Usage Examples
Protected Properties
Property
Type
Description
JUNK_BUFFER
byte[]
Obj
object
Public Methods
Method
Description
AdrCopyable
(
object
o
) :
System
CopyTo
(
byte
buffer
,
int
off
) :
int
Method Details
AdrCopyable()
public
method
public
AdrCopyable
(
object
o
) :
System
o
object
return
System
CopyTo()
public
method
public
CopyTo
(
byte
buffer
,
int
off
) :
int
buffer
byte
off
int
return
int
Property Details
JUNK_BUFFER
protected static property
protected
static
byte[]
JUNK_BUFFER
return
byte[]
Obj
protected property
protected
object
Obj
return
object