NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.ShareCount

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;

Property Value

Read-only. Returns the number of application domains that are currently sharing the code for this assembly.

Example

[To
be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace