Class COMExtensions
common extensions for all COM objects
Inheritance
System.Object
COMExtensions
Namespace: BO4E.Extensions.COM
Assembly: BO4E-dotnet.Extensions.dll
Syntax
public static class COMExtensions : object
Methods
| Improve this Doc View SourceDeepClone<T>(T)
Create a deep copy of a COMponent
Declaration
public static T DeepClone<T>(this T source)
Parameters
Type | Name | Description |
---|---|---|
T | source | the BO that is copied |
Returns
Type | Description |
---|---|
T | the deep copy |
Type Parameters
Name | Description |
---|---|
T | Type of the COM |