Table of Contents

Interface IArc

Namespace
ReFuel.Memory
Assembly
ReFuel.dll

Interface for atomic reference counters.

public interface IArc : IDisposable
Inherited Members

Properties

KeepAlive

Any object marked Keep Alive is never collected.

bool KeepAlive { get; set; }

Property Value

bool

References

Number of references to this object.

int References { get; }

Property Value

int

Methods

DecrementReference()

Decrement the number of references to this object.

void DecrementReference()

IncrementReference()

Increment the number of references to this object.

void IncrementReference()