C# 클래스 Microsoft.ResourceManagement.ObjectModel.RmBinary

상속: ISerializable
파일 보기 프로젝트 열기: Predica/FimClient

공개 메소드들

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

Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

보호된 메소드들

메소드 설명
RmBinary ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

메소드 상세

GetObjectData() 공개 메소드

Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
/// The caller does not have the required permission. ///
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
리턴 void

RmBinary() 보호된 메소드

Serialization constructor.
protected RmBinary ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Stores all the data needed to serialize or deserialize an object.
context System.Runtime.Serialization.StreamingContext Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
리턴 System