ApplicationDirectory.GetHashCode 方法
定义
获取当前应用程序目录的哈希代码。Gets the hash code of the current application directory.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
当前应用程序目录的哈希代码。The hash code of the current application directory.