The NBMessageAssembly type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBMessageAssembly(NBMessageAssembly, NBMessage) |
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding in the sourceMessage.
|
![]() | NBMessageAssembly(NBMessageAssembly, NBMessage, NBMessage) |
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding
in the sourceMessage and sourceLocalEnvironment |
![]() | NBMessageAssembly(NBMessageAssembly, NBMessage, NBMessage, NBMessage) |
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding
in the sourceMessage, sourceLocalEnvironment and sourceExceptionList.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the NBMessageAssembly |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the NBMessageAssembly and optionally releases the managed resources |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Environment |
Returns the Environment from the assembly.
|
![]() | ExceptionList |
Returns the ExceptionList from the assembly.
|
![]() | LocalEnvironment |
Returns the LocalEnvironment from the assembly.
|
![]() | Message |
Returns the Message from the assembly.
|
See Also