ShellLink.PropVariant struct
Namespace: Velopack.Windows
public struct ShellLink.PropVariant
Methods
| Method | Summary |
|---|---|
FromString | |
FromGuid | |
Clear | Called to clear the PropVariant's referenced and local memory. |
FromString(str)
public static ShellLink.PropVariant FromString(string str)
Parameters
| Name | Type | Description |
|---|---|---|
str | string |
Returns ShellLink.PropVariant
FromGuid(guid)
public static ShellLink.PropVariant FromGuid(Guid guid)
Parameters
| Name | Type | Description |
|---|---|---|
guid | Guid |
Returns ShellLink.PropVariant
Clear()
public void Clear()
Called to clear the PropVariant's referenced and local memory.
You must call Clear to avoid memory leaks.
Fields
| Field | Summary |
|---|---|
variantType | |
Reserved1 | |
Reserved2 | |
Reserved3 | |
pointerValue |
variantType
public short variantType
Reserved1
public short Reserved1
Reserved2
public short Reserved2
Reserved3
public short Reserved3
pointerValue
public nint pointerValue
Generated from Velopack 1.1.1