Class SafeStcHandle

    Definition

    Namespace:
    Tizen.Network.Stc
    Assembly:
    Tizen.Network.Stc.dll

    A class for managing the Stc handle.

    public sealed class SafeStcHandle : SafeHandle
    Inheritance
    object
    SafeStcHandle

    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 Stc handle

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    True if the handle is released successfully, otherwise false.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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