C# Class Microsoft.ManagementConsole.Internal.SnapInRegistrationInfo

Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
GetDWordProperty ( DWordValueKey key ) : int
GetStringProperty ( StringValueKey key ) : string
LoadFromStore ( string id ) : SnapInRegistrationInfo
RemoveFromStore ( ) : void
SetDWordProperty ( DWordValueKey key, int value ) : void
SetStringProperty ( StringValueKey key, string value ) : void
WriteToStore ( ) : void

Private Methods

Method Description
GetExtensionTypeFromString ( string snapInType ) : Microsoft.ManagementConsole.Internal.SnapInType
GetRegistryDWordValue ( RegistryKey key, string value ) : int
GetRegistrySnapInType ( RegistryKey snapInKey ) : Microsoft.ManagementConsole.Internal.SnapInType
GetRegistryStringValue ( RegistryKey key, string value ) : string
RemoveSubkeyIfEmpty ( RegistryKey key, string subKeyName ) : void
SetRegistryDWordValue ( RegistryKey key, string name, int value ) : void
SetRegistryStringValue ( RegistryKey key, string name, string value, bool optional ) : void

Method Details

GetDWordProperty() public method

public GetDWordProperty ( DWordValueKey key ) : int
key DWordValueKey
return int

GetStringProperty() public method

public GetStringProperty ( StringValueKey key ) : string
key StringValueKey
return string

LoadFromStore() public static method

public static LoadFromStore ( string id ) : SnapInRegistrationInfo
id string
return SnapInRegistrationInfo

RemoveFromStore() public method

public RemoveFromStore ( ) : void
return void

SetDWordProperty() public method

public SetDWordProperty ( DWordValueKey key, int value ) : void
key DWordValueKey
value int
return void

SetStringProperty() public method

public SetStringProperty ( StringValueKey key, string value ) : void
key StringValueKey
value string
return void

WriteToStore() public method

public WriteToStore ( ) : void
return void