public sealed class Detection : IMessage<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IEquatable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IBufferMessage, IMessage
Memory hash detection contributing to the binary family match.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `Detection` class, which is part of the Google Cloud Security Center API, specifically within the `MemoryHashSignature` namespace, and is designed to identify and report on memory hash detections that contribute to binary family matches."],["The documentation covers multiple versions of the API, ranging from version 2.2.0 up to the latest version 3.24.0, allowing users to access information for various versions they might be utilizing, with 3.24.0 being the latest."],["The `Detection` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class, offering a variety of functionalities related to message handling, comparison, cloning, and buffering."],["The class includes two constructors, a default constructor `Detection()` and a copy constructor `Detection(Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection)`, facilitating the creation of new instances and duplication of existing `Detection` objects."],["The class has two properties named `Binary` which is a string that represents the binary associated with the detection and `PercentPagesMatched`, which is a double representing the percentage of matched memory page hashes."]]],[]]