Initializes a new instance of the FarPointer class
Namespace: SharpAssembler.x86.OperandsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public FarPointer( Func selector, bool offset, Context size ) |
Visual Basic |
---|
Public Sub New ( _ selector As Func, _ offset As Boolean, _ size As Context _ ) |
Visual C++ |
---|
public: FarPointer( Func^ selector, bool offset, Context^ size ) |
Parameters
- selector
- Type: System..::..Func<(Of <(<'T, TResult>)>)>
[Missing <param name="selector"/> documentation for "M:SharpAssembler.x86.Operands.FarPointer.#ctor(System.Func`2,System.Boolean,SharpAssembler.Core.Context)"]
- offset
- Type: System..::..Boolean
[Missing <param name="offset"/> documentation for "M:SharpAssembler.x86.Operands.FarPointer.#ctor(System.Func`2,System.Boolean,SharpAssembler.Core.Context)"]
- size
- Type: SharpAssembler.Core..::..Context
[Missing <param name="size"/> documentation for "M:SharpAssembler.x86.Operands.FarPointer.#ctor(System.Func`2,System.Boolean,SharpAssembler.Core.Context)"]