Share via


RegistryValueKind Struct

Definition

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.RegistryValueKindTypeConverter))]
public struct RegistryValueKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.RegistryValueKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.RegistryValueKindTypeConverter))>]
type RegistryValueKind = struct
    interface IArgumentCompleter
Public Structure RegistryValueKind
Implements IArgumentCompleter, IEquatable(Of RegistryValueKind)
Inheritance
RegistryValueKind
Attributes
Implements

Fields

Binary

Binary value type

DWord

DWord value type

ExpandString

ExpandString value type

MultiString

MultiString value type

None

None

QWord

QWord value type

String

String value type

Unknown

Unknown value type

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RegistryValueKind (override for Object)

Equals(RegistryValueKind)

Compares values of enum type RegistryValueKind

GetHashCode()

Returns hashCode for enum RegistryValueKind

ToString()

Returns string representation for RegistryValueKind

Operators

Equality(RegistryValueKind, RegistryValueKind)

Overriding == operator for enum RegistryValueKind

Implicit(RegistryValueKind to String)

Implicit operator to convert RegistryValueKind to string

Implicit(String to RegistryValueKind)

Implicit operator to convert string to RegistryValueKind

Inequality(RegistryValueKind, RegistryValueKind)

Overriding != operator for enum RegistryValueKind

Applies to