CryptographyUtilsReleaseCom Method |
Releases all references to a Runtime Callable Wrapper (RCW) by setting its reference count to 0.
Namespace:
PKI.Utils
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static void ReleaseCom(
params Object[] ComObject
)
Public Shared Sub ReleaseCom (
ParamArray ComObject As Object()
)
public:
static void ReleaseCom(
... array<Object^>^ ComObject
)
static member ReleaseCom :
ComObject : Object[] -> unit
Parameters
- ComObject
- Type: SystemObject
The RCW to be released.
See Also