Loading...
Searching...
No Matches
 
 
 
 
Go to the source code of this file.
 | 
| enum   | System.Runtime.InteropServices.TypeLibTypeFlags {  
  System.Runtime.InteropServices.FAppObject = 1
, System.Runtime.InteropServices.FCanCreate = 2
, System.Runtime.InteropServices.FLicensed = 4
, System.Runtime.InteropServices.FPreDeclId = 8
,  
  System.Runtime.InteropServices.FHidden = 0x10
, System.Runtime.InteropServices.FControl = 0x20
, System.Runtime.InteropServices.FDual = 0x40
, System.Runtime.InteropServices.FNonExtensible = 0x80
,  
  System.Runtime.InteropServices.FOleAutomation = 0x100
, System.Runtime.InteropServices.FRestricted = 0x200
, System.Runtime.InteropServices.FAggregatable = 0x400
, System.Runtime.InteropServices.FReplaceable = 0x800
,  
  System.Runtime.InteropServices.FDispatchable = 0x1000
, System.Runtime.InteropServices.FReverseBind = 0x2000
 
 } | 
|   |