Class CudaPageLockedHostMemoryEnumerator_ushort4
Enumerator class for CudaPageLockedHostMemory
Inheritance
System.Object
CudaPageLockedHostMemoryEnumerator_ushort4
Implements
System.Collections.Generic.IEnumerator<ushort4>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaPageLockedHostMemoryEnumerator_ushort4 : IEnumerator<ushort4>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceCudaPageLockedHostMemoryEnumerator_ushort4(CudaPageLockedHostMemory_ushort4)
Declaration
public CudaPageLockedHostMemoryEnumerator_ushort4(CudaPageLockedHostMemory_ushort4 memory)
Parameters
Type | Name | Description |
---|---|---|
CudaPageLockedHostMemory_ushort4 | memory |
Properties
| Improve this Doc View SourceCurrent
Declaration
public ushort4 Current { get; }
Property Value
Type | Description |
---|---|
ushort4 |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable