Class CudaPageLockedHostMemory3DEnumerator_ulong
Enumerator class for CudaPageLockedHostMemory3D_ulong
Inheritance
System.Object
CudaPageLockedHostMemory3DEnumerator_ulong
Implements
System.Collections.Generic.IEnumerator<System.UInt64>
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 CudaPageLockedHostMemory3DEnumerator_ulong : IEnumerator<ulong>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceCudaPageLockedHostMemory3DEnumerator_ulong(CudaPageLockedHostMemory3D_ulong)
Declaration
public CudaPageLockedHostMemory3DEnumerator_ulong(CudaPageLockedHostMemory3D_ulong memory)
Parameters
Type | Name | Description |
---|---|---|
CudaPageLockedHostMemory3D_ulong | memory |
Properties
| Improve this Doc View SourceCurrent
Declaration
public ulong Current { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
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