C# Class System.Runtime.Remoting.WellKnownClientTypeEntry

Inheritance: TypeEntry
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ToString ( ) : String
WellKnownClientTypeEntry ( String typeName, String assemblyName, String objectUrl ) : System
WellKnownClientTypeEntry ( Type type, String objectUrl ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

WellKnownClientTypeEntry() public method

public WellKnownClientTypeEntry ( String typeName, String assemblyName, String objectUrl ) : System
typeName String
assemblyName String
objectUrl String
return System

WellKnownClientTypeEntry() public method

public WellKnownClientTypeEntry ( Type type, String objectUrl ) : System
type System.Type
objectUrl String
return System