C# Class PluginFramework.AddIn.Core.ServiceReference

Inheritance: IServiceReference
Mostrar archivo Open project: tianjing/PluginFramework Class Usage Examples

Public Methods

Method 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 method

public GetBundle ( ) : IBundle
return IBundle

GetClasses() public method

public GetClasses ( ) : string[]
return string[]

GetProperty() public method

public GetProperty ( string key ) : object
key string
return object

GetPropertyKeys() public method

public GetPropertyKeys ( ) : string[]
return string[]

GetUsingBundles() public method

public GetUsingBundles ( ) : IBundle[]
return IBundle[]

IsAssignableTo() public method

public IsAssignableTo ( IBundle requester, string className ) : bool
requester IBundle
className string
return bool

ServiceReference() public method

public ServiceReference ( ServiceRegistration registration, IBundle bundle ) : System
registration ServiceRegistration
bundle IBundle
return System