C# Class DeviceIOControlLib.Utilities.UnmanagedMemory

Inheritance: IDisposable
Show file Open project: LordMike/DeviceIOControlLib Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
UnmanagedMemory ( byte data ) : System
UnmanagedMemory ( int size ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UnmanagedMemory() public method

public UnmanagedMemory ( byte data ) : System
data byte
return System

UnmanagedMemory() public method

public UnmanagedMemory ( int size ) : System
size int
return System