<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IManagedObject](./rc-js-util.imanagedobject.md)

## IManagedObject interface

An object which is backed by some sort of shared resource, holds a handle to a [IManagedResourceNode](./rc-js-util.imanagedresourcenode.md)<!-- -->.

**Signature:**

```typescript
export interface IManagedObject<TModule extends IInteropBindings = IInteropBindings> 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[resourceHandle](./rc-js-util.imanagedobject.resourcehandle.md)


</td><td>

`readonly`


</td><td>

[IManagedResourceNode](./rc-js-util.imanagedresourcenode.md)


</td><td>


</td></tr>
</tbody></table>

## Methods

<table><thead><tr><th>

Method


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[getWrapper()](./rc-js-util.imanagedobject.getwrapper.md)


</td><td>


</td></tr>
</tbody></table>
