WKWebExtensionDataRecord.GetSizeInBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetSizeInBytes(NSSet<NSString>) | |
| GetSizeInBytes(WKWebExtensionDataType) |
GetSizeInBytes(NSSet<NSString>)
[Foundation.Export("sizeInBytesOfTypes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr GetSizeInBytes(Foundation.NSSet<Foundation.NSString> dataTypes);
[<Foundation.Export("sizeInBytesOfTypes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSizeInBytes : Foundation.NSSet<Foundation.NSString> -> unativeint
override this.GetSizeInBytes : Foundation.NSSet<Foundation.NSString> -> unativeint
Parameters
Returns
UIntPtr
unativeint
- Attributes
Applies to
GetSizeInBytes(WKWebExtensionDataType)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIntPtr GetSizeInBytes(WebKit.WKWebExtensionDataType dataTypes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetSizeInBytes : WebKit.WKWebExtensionDataType -> unativeint
Parameters
- dataTypes
- WKWebExtensionDataType
Returns
UIntPtr
unativeint
- Attributes