This read-only property checks if this assembly has code that is shared across multiple application domains.
[Visual Basic] Public ReadOnly Property IsShared As Boolean [C#] public bool IsShared {get;} [C++] public: __property bool get_IsShared(); [JScript] public function get IsShared() : Boolean;
Read-only. Returns true if this assembly has code that is shared across multiple application domains. Otherwise, returns false.
[To be supplied.]
Assembly Class | Assembly Members | System.Reflection Namespace