C# 클래스 System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString

상속: IStreamable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( ) : void
Read ( __BinaryParser input ) : void
Write ( __BinaryWriter sout ) : void

비공개 메소드들

메소드 설명
BinaryCrossAppDomainString ( ) : System
DumpInternal ( ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Read() 공개 메소드

public Read ( __BinaryParser input ) : void
input __BinaryParser
리턴 void

Write() 공개 메소드

public Write ( __BinaryWriter sout ) : void
sout __BinaryWriter
리턴 void