Beef Corlib
Public Member Functions | Protected Member Functions | Properties | List of all members
System.Windows.HKey Struct Reference
Inheritance diagram for System.Windows.HKey:

Public Member Functions

void Close ()
 
Result< VariantGetValue (StringView name)
 
Result< void > GetValue (StringView name, List< uint8 > outData)
 
Result< void > GetValue (StringView name, String outData)
 
Result< void > GetValueT< T > (StringView name, ref T data)
 
Result< VariantEnumValue (int idx, String outName)
 
Result< void > SetValue (StringView name, uint32 val)
 
Result< void > SetValue (StringView name, StringView strValue)
 
Result< void > SetValueExpand (StringView name, StringView strValue)
 

Protected Member Functions

Result< void > GetValue (StringView name, delegate void(uint32 regType, Span< uint8 > regData) onData)
 

Properties

bool IsInvalid [get]