# GetLoadableTypes(Assembly)

Method in [AssemblyExtensions](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.assemblyextensions)

## Summary

Assembly.GetTypes() can throw in some cases. This extension will catch that exception and return only the types which were successfully loaded from the assembly.

```csharp
public static IEnumerable<System.Type> GetLoadableTypes(this Assembly @this)
```

## Parameters

| Name             | Description |
| ---------------- | ----------- |
| `Assembly` @this |             |
