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 within the `Google.Cloud.SecurityCenter.V1` namespace, specifically related to memory hash signature detection in the .NET environment."],["The `Detection` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available is 3.24.0, with a history of versions dating back to 2.2.0, all under the context of `Google.Cloud.SecurityCenter.V1.Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection`."],["The class includes two constructors: a default constructor `Detection()` and one that accepts another `Detection` instance as a parameter, `Detection(Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection)`."],["The `Detection` class has properties `Binary`, which holds the name of the binary associated with the detection, and `PercentPagesMatched`, which indicates the percentage of matched memory page hashes."]]],[]]