Свойство | Type | Description | |
---|---|---|---|
allocatedCount | int | ||
disposedCount | int |
Свойство | Type | Description | |
---|---|---|---|
elementSize | int |
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ToString ( ) : string |
return string.Format("head: {0}, element count: {1}, byte length: {2}", this.Header, this.Length, this.ByteLength);
|
Méthode | Description | |
---|---|---|
DisposeUnmanagedResources ( ) : void |
Dispose unmanaged resources
|
|
UnmanagedArrayBase ( int elementCount, int elementSize ) : System |
Base type of unmanaged array. Similar to array in
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose managed and unmanaged resources of this instance.
|
protected DisposeUnmanagedResources ( ) : void | ||
Résultat | void |
protected UnmanagedArrayBase ( int elementCount, int elementSize ) : System | ||
elementCount | int | How many elements? |
elementSize | int | How manay bytes for one element of array? |
Résultat | System |