C# Class OpenNos.Core.Networking.Communication.Scs.Communication.Protocols.BinarySerialization.BinarySerializationProtocol.DeserializationAppDomainBinder

This class is used in deserializing to allow deserializing objects that are defined in assemlies that are load in runtime (like PlugIns).
Inheritance: System.Runtime.Serialization.SerializationBinder
Afficher le fichier Open project: OpenNos/OpenNos

Méthodes publiques

Méthode Description
BindToType ( string assemblyName, string typeName ) : Type

Method Details

BindToType() public méthode

public BindToType ( string assemblyName, string typeName ) : Type
assemblyName string
typeName string
Résultat System.Type