C# Class System.Runtime.InteropServices.ComTypes.PropVariant

Show file Open project: jasonnicholson/Google-Desktop-Solidworks-Plugin Class Usage Examples

Private Properties

Property Type Description
GetDataBytes byte[]
PropVariantClear int

Public Methods

Method Description
Clear ( ) : void

Called to clear the PropVariant's referenced and local memory.

You must call Clear to avoid memory leaks.

Private Methods

Method Description
GetDataBytes ( ) : byte[]

Gets a byte array containing the data bits of the struct.

PropVariantClear ( PropVariant &pvar ) : int

Method Details

Clear() public method

Called to clear the PropVariant's referenced and local memory.
You must call Clear to avoid memory leaks.
public Clear ( ) : void
return void