C# Class System.Runtime.Remoting.WellKnownClientTypeEntry

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

Méthodes publiques

Méthode Description
ToString ( ) : String
WellKnownClientTypeEntry ( String typeName, String assemblyName, String objectUrl ) : System
WellKnownClientTypeEntry ( Type type, String objectUrl ) : System

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

WellKnownClientTypeEntry() public méthode

public WellKnownClientTypeEntry ( String typeName, String assemblyName, String objectUrl ) : System
typeName String
assemblyName String
objectUrl String
Résultat System

WellKnownClientTypeEntry() public méthode

public WellKnownClientTypeEntry ( Type type, String objectUrl ) : System
type System.Type
objectUrl String
Résultat System