mscorlib(4.0.0.0) API with additions
AssemblyRegistrationFlags.cs
1
namespace
System.Runtime.InteropServices
2
{
4
[Flags]
5
[ComVisible(
true
)]
6
public
enum
AssemblyRegistrationFlags
7
{
9
None
= 0x0,
11
SetCodeBase
= 0x1
12
}
13
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Runtime.InteropServices.AssemblyRegistrationFlags
AssemblyRegistrationFlags
Defines a set of flags used when registering assemblies.
Definition:
AssemblyRegistrationFlags.cs:6
System.Runtime.InteropServices.AssemblyRegistrationFlags.SetCodeBase
Indicates that the code base key for the assembly should be set in the registry.
All cs
System.Runtime.InteropServices
AssemblyRegistrationFlags.cs
Generated by
1.8.15