Ctrl+K

Base

Declaration

public class Strawberry.Base

The Base Class for any object containing unmanaged references.

Implements: System.IDisposable

Properties

IsDisposed

bool IsDisposed { get set }

Methods

CleanUnmanaged protected virtual

void CleanUnmanaged()

CleanManaged protected virtual

void CleanManaged()

Dispose

void Dispose()

Dispose virtual

void Dispose(bool disposing)

Parameters:

Name Type Description
disposing System.Boolean