Class PtrList
Syntax
[Serializable]
public class PtrList
Constructors
PtrList()
Declaration
PtrList(int)
Declaration
Parameters
Type |
Name |
Description |
int |
size |
|
PtrList(IntPtr[])
Declaration
public PtrList(IntPtr[] tab)
Parameters
Type |
Name |
Description |
IntPtr[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public IntPtr this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator IntPtr[](PtrList)
Declaration
public static implicit operator IntPtr[](PtrList o)
Parameters
Returns