This read-only property returns the number of application domains that are currently sharing the code for this assembly.
[Visual Basic] Public ReadOnly Property ShareCount As Integer [C#] public int ShareCount {get;} [C++] public: __property int get_ShareCount(); [JScript] public function get ShareCount() : int;
Read-only. Returns the number of application domains that are currently sharing the code for this assembly.
[To be supplied.]
Assembly Class | Assembly Members | System.Reflection Namespace