ILGlobals Type
A table of common references to items in primary assembly (System.Runtime or mscorlib). If a particular version of System.Runtime.dll has been loaded then you should reference items from it via an ILGlobals for that specific version built using mkILGlobals.
Instance members
Instance member |
Description
|
|
Is the given assembly possibly a primary assembly? In practice, a primary assembly is an assembly that contains the System.Object type definition and has no referenced assemblies. However, we must consider assemblies that forward the System.Object type definition to be possible primary assemblies. Therefore, this will return true if the given assembly is the real primary assembly or an assembly that forwards the System.Object type definition. Assembly equivalency ignores the version here.
|
|
|
Full Usage:
this.primaryAssemblyName
Returns: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|