C# Class System.Runtime.Remoting.Messaging.RemotingSurrogateSelector

Inheritance: ISurrogateSelector
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetRootObject ( ) : Object
RemotingSurrogateSelector ( ) : System
SetRootObject ( Object obj ) : void
UseSoapFormat ( ) : void

Private Methods

Méthode Description
ChainSelector ( ISurrogateSelector selector ) : void
GetNextSelector ( ) : ISurrogateSelector
GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &ssout ) : ISerializationSurrogate

Method Details

GetRootObject() public méthode

public GetRootObject ( ) : Object
Résultat Object

RemotingSurrogateSelector() public méthode

public RemotingSurrogateSelector ( ) : System
Résultat System

SetRootObject() public méthode

public SetRootObject ( Object obj ) : void
obj Object
Résultat void

UseSoapFormat() public méthode

public UseSoapFormat ( ) : void
Résultat void