C# Class Castle.ManagementExtensions.ManagedInstance

Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Property Type Description
name ManagedObjectName
typeName String

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ManagedInstance ( String typeName, ManagedObjectName name ) : System

Creates a ManagedInstance instance.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ManagedInstance() public method

Creates a ManagedInstance instance.
public ManagedInstance ( String typeName, ManagedObjectName name ) : System
typeName String Full qualified name of the type
name ManagedObjectName of instance.
return System

Property Details

name protected_oe property

protected ManagedObjectName,Castle.ManagementExtensions name
return ManagedObjectName

typeName protected_oe property

protected String typeName
return String