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 Properties

The properties of the Assembly class are listed below. For a complete list of Assembly class members, see the Assembly Members topic.

Public:

CodeBase This read-only property returns the location of the assembly as specified originally, for example, in an AssemblyName object.
CopiedCodeBase This read-only property returns the location from which the assembly was loaded. This will be different from the value of CodeBase if the assembly is a shadow copy.
EntryPoint Read-only. Gets the entry point of this assembly.
Evidence This read-only property returns the evidence for this assembly.
FullName This read-only property returns the display name of the assembly.
IsShared This read-only property checks if this assembly has code that is shared across multiple application domains.
ShareCount This read-only property returns the number of application domains that are currently sharing the code for this assembly.

See Also

Assembly Class | System.Reflection Namespace