Allows the implementation of application software packages.
Get or set the package Assembly.
public Assembly Assembly { get; }
Get or set the name of the software package.
public String Name { get; }
Get a list of objects that are assignable from type
public IEnumerable GetObjectsAssignableFrom<T>()
A list of objects assignable from type
Get a list of objects that are assignable from type.
public IEnumerable<Object> GetObjectsAssignableFrom(type)
A list of objects assignable from type type.
Name | Type | Summary |
---|---|---|
type | Type | The type that the objects are assignable from. |
In this document