Class SafeWiFiManagerHandle

    Definition

    Namespace:
    Tizen.Network.WiFi
    Assembly:
    Tizen.Network.WiFi.dll

    A class for managing the WiFiManager handle.

    public sealed class SafeWiFiManagerHandle : SafeHandle
    Inheritance
    object
    SafeWiFiManagerHandle

    Properties

    View Source

    IsInvalid

    Checks the validity of the handle.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool

    Represents the validity of the handle.

    Methods

    View Source

    ReleaseHandle()

    Release the handle

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX