LogObjectHashedEventArgs 类

定义

当 HashObjectNamesInLogs 为 true 时,将哈希处理作为对象名称引发的事件关联的数据。

public sealed class LogObjectHashedEventArgs : EventArgs
type LogObjectHashedEventArgs = class
    inherit EventArgs
Public NotInheritable Class LogObjectHashedEventArgs
Inherits EventArgs
继承
LogObjectHashedEventArgs

属性

名称 说明
HashValue

返回对象名称的哈希字符串表示形式

OriginalValue

在执行任何哈希之前返回原始对象名称

适用于