Click or drag to resize

MemoryPropertyStoreGetValue Method (Int32)

Gets a property value.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Object GetValue(
	int index
)

Parameters

index
Type: SystemInt32
The property index.

Return Value

Type: Object
A value.
See Also