0

I wonder about dynamically changing of class name in .NET application. For example WindowsForms10.SysTreeView32.app.0.19fd5c7. The last string "19fd5c7" would change, but I don't know what makes it changing. Is it the version, the GUI modification, environment, OS or what?

Thanks.

Ksempac
  • 1,822
  • 2
  • 18
  • 23
oliverwood
  • 233
  • 3
  • 5
  • 11

1 Answers1

1

It's actually based on the hash code of the current app domain.

Julien Lebosquain
  • 38,690
  • 8
  • 99
  • 110