C# Class SharpOS.AOT.X86.AddressOf

Inheritance: DWordDataInstruction
Show file Open project: sharpos/SharpOS

Public Methods

Method Description
AddressOf ( string value ) : System

Initializes a new instance of the AddressOf class.

Method Details

AddressOf() public method

Initializes a new instance of the AddressOf class.
public AddressOf ( string value ) : System
value string The value.
return System