C# Class System.Runtime.Remoting.ActivatedServiceTypeEntry

Inheritance: TypeEntry
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

ActivatedServiceTypeEntry() public method

public ActivatedServiceTypeEntry ( String typeName, String assemblyName ) : System
typeName String
assemblyName String
return System

ActivatedServiceTypeEntry() public method

public ActivatedServiceTypeEntry ( Type type ) : System
type System.Type
return System

ToString() public method

public ToString ( ) : String
return String