C# Class PluginFramework.AddIn.Core.ServiceReference

Inheritance: IServiceReference
Afficher le fichier Open project: tianjing/PluginFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetBundle ( ) : IBundle
GetClasses ( ) : string[]
GetProperty ( string key ) : object
GetPropertyKeys ( ) : string[]
GetUsingBundles ( ) : IBundle[]
IsAssignableTo ( IBundle requester, string className ) : bool
ServiceReference ( ServiceRegistration registration, IBundle bundle ) : System

Method Details

GetBundle() public méthode

public GetBundle ( ) : IBundle
Résultat IBundle

GetClasses() public méthode

public GetClasses ( ) : string[]
Résultat string[]

GetProperty() public méthode

public GetProperty ( string key ) : object
key string
Résultat object

GetPropertyKeys() public méthode

public GetPropertyKeys ( ) : string[]
Résultat string[]

GetUsingBundles() public méthode

public GetUsingBundles ( ) : IBundle[]
Résultat IBundle[]

IsAssignableTo() public méthode

public IsAssignableTo ( IBundle requester, string className ) : bool
requester IBundle
className string
Résultat bool

ServiceReference() public méthode

public ServiceReference ( ServiceRegistration registration, IBundle bundle ) : System
registration ServiceRegistration
bundle IBundle
Résultat System