C# 클래스 System.DelegateSerializationHolder

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

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : Object

비공개 메소드들

메소드 설명
DelegateSerializationHolder ( SerializationInfo info, StreamingContext context ) : System
GetDelegate ( DelegateEntry de, int index ) : Delegate
GetDelegateSerializationInfo ( SerializationInfo info, Type delegateType, Object target, MethodInfo method, int targetIndex ) : DelegateEntry
OldDelegateWireFormat ( SerializationInfo info, StreamingContext context ) : DelegateEntry
ThrowInsufficientState ( string field ) : void

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetRealObject() 공개 메소드

public GetRealObject ( StreamingContext context ) : Object
context System.Runtime.Serialization.StreamingContext
리턴 Object