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

Afficher le fichier Open project: jasonnicholson/Google-Desktop-Solidworks-Plugin Class Usage Examples

Private Properties

Свойство Type Description
GetDataBytes byte[]
PropVariantClear int

Méthodes publiques

Méthode Description
Clear ( ) : void

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

You must call Clear to avoid memory leaks.

Private Methods

Méthode Description
GetDataBytes ( ) : byte[]

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

PropVariantClear ( PropVariant &pvar ) : int

Method Details

Clear() public méthode

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