Class MemoryOperationsImpl
Inheritance
System.Object
MemoryOperationsImpl
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: Cosmos.Core_Plugs
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class MemoryOperationsImpl
Methods
| Improve this Doc View SourceCopy(Byte*, Byte*, Int32)
Declaration
public static void Copy(byte *dest, byte *src, int size)
Parameters
Type | Name | Description |
---|---|---|
System.Byte* | dest | |
System.Byte* | src | |
System.Int32 | size |
Fill(Byte*, Int32, Int32)
Declaration
public static void Fill(byte *dest, int value, int size)
Parameters
Type | Name | Description |
---|---|---|
System.Byte* | dest | |
System.Int32 | value | |
System.Int32 | size |