X86Serialize Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
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
.NET