Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.59 KB

7dabf44e-1af1-82b5-a2fb-027da49b585a.md

File metadata and controls

47 lines (32 loc) · 1.59 KB

UnsafeUtils.MemSet Method

[Missing

documentation for "M:NSS.Blast.UnsafeUtils.MemSet(System.Void*,System.Byte,System.Int64)"]

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public static void MemSet(
	void* destination,
	byte value,
	long size
)

VB

C++

public:
static void MemSet(
	void* destination, 
	unsigned char value, 
	long long size
)

F#

Parameters

 

destination
Type: System.Void
[Missing documentation for "M:NSS.Blast.UnsafeUtils.MemSet(System.Void
,System.Byte,System.Int64)"]
value
Type: System.Byte
[Missing documentation for "M:NSS.Blast.UnsafeUtils.MemSet(System.Void*,System.Byte,System.Int64)"]
size
Type: System.Int64
[Missing documentation for "M:NSS.Blast.UnsafeUtils.MemSet(System.Void*,System.Byte,System.Int64)"]

See Also

Reference

UnsafeUtils Structure
NSS.Blast Namespace