X86Serialize Class

Definition

Important

This API is not CLS-compliant.

Provides access to Intel SERIALIZE hardware instruction via intrinsics.

public ref class X86Serialize abstract : System::Runtime::Intrinsics::X86::X86Base
[System.CLSCompliant(false)]
public abstract class X86Serialize : System.Runtime.Intrinsics.X86.X86Base
[<System.CLSCompliant(false)>]
type X86Serialize = class
    inherit X86Base
Public MustInherit Class X86Serialize
Inherits X86Base
Inheritance
X86Serialize
Attributes

Properties

IsSupported

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Serialize()

void _serialize (void);

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to