PrimaryAssembly Type
Represents the target primary assembly
Union cases
Union case |
Description
|
Full Usage:
Mscorlib
|
|
Full Usage:
NetStandard
|
|
Full Usage:
System_Runtime
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Name
Returns: string
|
|
Static members
Static member |
Description
|
Full Usage:
PrimaryAssembly.IsPossiblePrimaryAssembly(fileName)
Parameters:
string
Returns: bool
|
Checks if an assembly resolution may represent a primary assembly that actually contains the definition of Sytem.Object. Note that the chosen target primary assembly may not actually be the one that contains the definition of System.Object - it is just the one we are choosing to emit for.
|