C# Class Microsoft.ResourceManagement.ObjectModel.RmBinary

Inheritance: ISerializable
Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

Méthodes protégées

Méthode Description
RmBinary ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Method Details

GetObjectData() public méthode

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.
Résultat void

RmBinary() protected méthode

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.
Résultat System