Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Runtime.InteropServices.RegistrationClassContext {
System.Runtime.InteropServices.InProcessServer = 1
, System.Runtime.InteropServices.InProcessHandler = 2
, System.Runtime.InteropServices.LocalServer = 4
, System.Runtime.InteropServices.InProcessServer16 = 8
,
System.Runtime.InteropServices.RemoteServer = 0x10
, System.Runtime.InteropServices.InProcessHandler16 = 0x20
, System.Runtime.InteropServices.Reserved1 = 0x40
, System.Runtime.InteropServices.Reserved2 = 0x80
,
System.Runtime.InteropServices.Reserved3 = 0x100
, System.Runtime.InteropServices.Reserved4 = 0x200
, System.Runtime.InteropServices.NoCodeDownload = 0x400
, System.Runtime.InteropServices.Reserved5 = 0x800
,
System.Runtime.InteropServices.NoCustomMarshal = 0x1000
, System.Runtime.InteropServices.EnableCodeDownload = 0x2000
, System.Runtime.InteropServices.NoFailureLog = 0x4000
, System.Runtime.InteropServices.DisableActivateAsActivator = 0x8000
,
System.Runtime.InteropServices.EnableActivateAsActivator = 0x10000
, System.Runtime.InteropServices.FromDefaultContext = 0x20000
} |
|