CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Class CriAtomExDebug

    CriAtomExDebug API

    Inheritance
    object
    CriAtomExDebug
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public static class CriAtomExDebug

    Methods

    GetResourcesInfo(out ResourcesInfo)

    LE Pro

    CriAtomEx 内部の各種リソースの状況の取得

    Declaration
    • C#
    • C
    public static void GetResourcesInfo(out CriAtomExDebug.ResourcesInfo resourcesInfo)
    void CRIAPI criAtomExDebug_GetResourcesInfo(CriAtomExDebugResourcesInfo *resources_info)
    Parameters
    Type Name Description
    CriAtomExDebug.ResourcesInfo resourcesInfo

    CriAtomEx 内部の各種リソースの状況

    Remarks

    説明: CriAtomEx 内部の各種リソースの状況取得します。

    注意: 開発支援デバッグ機能です。アプリケーション開発時にのみ使用してください。

    See Also
    CriAtomExDebug.ResourcesInfo
    In this article
    Back to top Generated by DocFX