Class DisposeTester | Autodesk FBX SDK | 3.0.1-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class DisposeTester

    Inheritance
    Object
    DisposeTester
    Namespace: Autodesk.Fbx.UnitTests
    Syntax
    public static class DisposeTester

    Methods

    TestDispose<T>(T)

    Test that dispose doesn't crash or throw anything.

    This function is here just to allow the coverage tester to devirtualize the call to Dispose. Otherwise, it fails to notice some calls we're actually making.

    Declaration
    public static void TestDispose<T>(T disposable)
        where T : IDisposable
    Parameters
    Type Name Description
    T disposable
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023