Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Assembly::HostContext Property

 

Gets the host context with which the assembly was loaded.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property long long HostContext {
	virtual long long get();
}

Property Value

Type: System::Int64

An Int64 value that indicates the host context with which the assembly was loaded, if any.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft