C# Class System.Runtime.Remoting.WellKnownServiceTypeEntry

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

Méthodes publiques

Méthode Description
ToString ( ) : String
WellKnownServiceTypeEntry ( String typeName, String assemblyName, String objectUri, WellKnownObjectMode mode ) : System
WellKnownServiceTypeEntry ( Type type, String objectUri, WellKnownObjectMode mode ) : System

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

WellKnownServiceTypeEntry() public méthode

public WellKnownServiceTypeEntry ( String typeName, String assemblyName, String objectUri, WellKnownObjectMode mode ) : System
typeName String
assemblyName String
objectUri String
mode WellKnownObjectMode
Résultat System

WellKnownServiceTypeEntry() public méthode

public WellKnownServiceTypeEntry ( Type type, String objectUri, WellKnownObjectMode mode ) : System
type System.Type
objectUri String
mode WellKnownObjectMode
Résultat System