IPackage

Allows the implementation of application software packages.

Namespace:
Inetdev.Context
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

Assembly

Get or set the package Assembly.

Signature:
public Assembly Assembly { get; }

Name

Get or set the name of the software package.

Signature:
public String Name { get; }

Methods

GetObjectsAssignableFrom

Get a list of objects that are assignable from type .

Signature:
public IEnumerable GetObjectsAssignableFrom<T>()
Returns

A list of objects assignable from type .

GetObjectsAssignableFrom

Get a list of objects that are assignable from type.

Signature:
public IEnumerable<Object> GetObjectsAssignableFrom(type)
Returns

A list of objects assignable from type type.

Parameters
Name Type Summary
type Type The type that the objects are assignable from.