C# Class Castle.ManagementExtensions.ManagedInstance

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Свойство Type Description
name ManagedObjectName
typeName String

Méthodes publiques

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

Creates a ManagedInstance instance.

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ManagedInstance() public méthode

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

Property Details

name protected_oe property

protected ManagedObjectName,Castle.ManagementExtensions name
Résultat ManagedObjectName

typeName protected_oe property

protected String typeName
Résultat String