init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// This file manually written from cef/include/internal/cef_types.h.
|
||||
// C API name: cef_v8_accesscontrol_t.
|
||||
//
|
||||
namespace Cef3
|
||||
{
|
||||
using System;
|
||||
|
||||
/// <summary>
|
||||
/// V8 access control values.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum CefV8AccessControl
|
||||
{
|
||||
Default = 0,
|
||||
AllCanRead = 1,
|
||||
AllCanWrite = 1 << 1,
|
||||
ProhibitsOverwriting = 1 << 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user