C# Class System.Runtime.Remoting.ActivatedClientTypeEntry

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

Public Methods

Method Description
ActivatedClientTypeEntry ( String typeName, String assemblyName, String appUrl ) : System
ActivatedClientTypeEntry ( Type type, String appUrl ) : System
ToString ( ) : String

Method Details

ActivatedClientTypeEntry() public method

public ActivatedClientTypeEntry ( String typeName, String assemblyName, String appUrl ) : System
typeName String
assemblyName String
appUrl String
return System

ActivatedClientTypeEntry() public method

public ActivatedClientTypeEntry ( Type type, String appUrl ) : System
type System.Type
appUrl String
return System

ToString() public method

public ToString ( ) : String
return String