Freigeben über


IRemotingFormatter-Schnittstelle

Stellt die Schnittstelle für Remoteprozeduraufrufe (RPC) für alle Formatierungsprogramme bereit.

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Interface IRemotingFormatter
    Inherits IFormatter
'Usage
Dim instance As IRemotingFormatter
[ComVisibleAttribute(true)] 
public interface IRemotingFormatter : IFormatter
[ComVisibleAttribute(true)] 
public interface class IRemotingFormatter : IFormatter
/** @attribute ComVisibleAttribute(true) */ 
public interface IRemotingFormatter extends IFormatter
ComVisibleAttribute(true) 
public interface IRemotingFormatter extends IFormatter

Hinweise

Mit der IRemotingFormatter-Schnittstelle kann das implementierende Formatierungsprogramm Remoteprozeduraufrufe (RPCs) senden und empfangen. Weitere Informationen finden Sie unter BinaryFormatter.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IRemotingFormatter-Member
System.Runtime.Remoting.Messaging-Namespace