INNER CODE UNIT · C#
MemorySharp
OpenKH/OpenKh · Binarysharp.MSharp/MemorySharp.cs:26
public class MemorySharp : IDisposable, IEquatable<MemorySharp>
{
#region Events
/// <summary>
/// Raises when the <see cref="MemorySharp"/> object is disposed.
/// </summary>
public event EventHandler OnDispose;
#endregion
#region Fields
/// <summary>
/// The factories embedded inside the library.
/// </summary>
protected readonly List<IFactory> Factories;
/// <summary>
/// The internal field that stores the lazy evaluation for the architecture of the process.
/// </summary>
private readonly Lazy<bool> _is64Process;