Class RenderTaskList

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class RenderTaskList : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    RenderTaskList
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Constructors

    View Source

    RenderTaskList()

    Declaration
    public RenderTaskList()

    Methods

    View Source

    CreateTask()

    Declaration
    public RenderTask CreateTask()
    Returns
    Type Description
    RenderTask
    View Source

    DownCast(BaseHandle)

    Declaration
    public static RenderTaskList DownCast(BaseHandle handle)
    Parameters
    Type Name Description
    BaseHandle handle
    Returns
    Type Description
    RenderTaskList
    View Source

    GetTask(uint)

    Declaration
    public RenderTask GetTask(uint index)
    Parameters
    Type Name Description
    uint index
    Returns
    Type Description
    RenderTask
    View Source

    GetTaskCount()

    Declaration
    public uint GetTaskCount()
    Returns
    Type Description
    uint
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    BaseHandle.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    RemoveTask(RenderTask)

    Declaration
    public void RemoveTask(RenderTask task)
    Parameters
    Type Name Description
    RenderTask task

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    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