| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly locked |
() |
assertValid(String className)Throws an exception if this |
public readonly |
(Pointer) |
copy(AddressMap addresses) |
public readonly locked |
() |
free()Frees the memory allocated by this pointer. |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly get locked |
(boolean) |
isValid()Gets whether this pointer is valid. |
public create() => ()
public destroy() => ()
public readonly locked assertValid(String className) => ()
Throws an exception if this Pointer has been freed.
FreedResourceException - if this resource has been freed.
public readonly copy(AddressMap addresses) => (Pointer)
public readonly locked free() => ()
Frees the memory allocated by this pointer. Calling this method more than once does not have any side effects.
public readonly get locked isValid() => (boolean)
Gets whether this pointer is valid. i.e. has not been freed.
true if this pointer points to valid memory; otherwise, false.