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.IsShared

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;

Property Value

Read-only. Returns true if this assembly has code that is shared across multiple application domains. Otherwise, returns false.

Example

[To
be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace