Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Runtime
Serialization
Formatters
Binary
BinaryObjectWithMapTyped
C# 클래스 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped
상속:
IStreamable
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 메소드들
메소드
설명
Dump
( ) :
void
Read
(
__BinaryParser
input
) :
void
Write
(
__BinaryWriter
sout
) :
void
비공개 메소드들
메소드
설명
BinaryObjectWithMapTyped
( ) :
System
BinaryObjectWithMapTyped
(
BinaryHeaderEnum
binaryHeaderEnum
) :
System
DumpInternal
( ) :
void
Set
(
Int32
objectId
,
String
name
,
Int32
numMembers
,
String
memberNames
,
BinaryTypeEnum
binaryTypeEnumA
,
Object
typeInformationA
,
Int32
memberAssemIds
,
Int32
assemId
) :
void
메소드 상세
Dump()
공개
메소드
public
Dump
( ) :
void
리턴
void
Read()
공개
메소드
public
Read
(
__BinaryParser
input
) :
void
input
__BinaryParser
리턴
void
Write()
공개
메소드
public
Write
(
__BinaryWriter
sout
) :
void
sout
__BinaryWriter
리턴
void