Struct ArrPointer<T>
Assembly: GCore.dll
Syntax
public struct ArrPointer<T> : IArrPointer<T> where T : struct
Type Parameters
Constructors
|
Improve this Doc
View Source
ArrPointer(IntPtr)
Declaration
public ArrPointer(IntPtr p)
Parameters
Type |
Name |
Description |
IntPtr |
p |
|
Properties
|
Improve this Doc
View Source
ElementSize
Declaration
public int ElementSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Ptr
Declaration
public IntPtr Ptr { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetElement(Int32)
Declaration
public T GetElement(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
ToArray(Int32)
Declaration
public T[] ToArray(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Implements
Extension Methods