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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BinaryMethodReturn ( ) : System
DumpInternal ( ) : void
ReadArray ( Object returnA, IMethodCallMessage methodCallMessage, Object handlerObject ) : IMethodReturnMessage
WriteArray ( Object returnValue, Object args, Exception exception, Object callContext, Object properties ) : Object[]

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Read() 공개 메소드

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

Write() 공개 메소드

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