[]
Initializes a new instance of the PointerSize struct.
public PointerSize(IntPtr size)
| Type | Name | Description |
|---|---|---|
| IntPtr | size | The size. |
Default constructor.
public PointerSize(int size)
| Type | Name | Description |
|---|---|---|
| int | size | value to set |
Default constructor.
public PointerSize(long size)
| Type | Name | Description |
|---|---|---|
| long | size | value to set |