    

 ## On this page

  

 

 # Class ExtendedTypeInfo

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public class ExtendedTypeInfo : ExtendedMemberInfo<TypeInfo>

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ExtendedMemberInfo&lt;TypeInfo&gt;](VM.ExtendedMemberInfo-1.md) ← [ExtendedTypeInfo](VM.ExtendedTypeInfo.md)

#### Inherited Members

[ExtendedMemberInfo&lt;TypeInfo&gt;.HasAttribute&lt;TAttribute&gt;()](VM.ExtendedMemberInfo-1.md#VM_ExtendedMemberInfo_1_HasAttribute__1), [ExtendedMemberInfo&lt;TypeInfo&gt;.TryGetAttributeInstance&lt;TAttribute&gt;(out TAttribute)](VM.ExtendedMemberInfo-1.md#VM_ExtendedMemberInfo_1_TryGetAttributeInstance__1___0__), [ExtendedMemberInfo&lt;TypeInfo&gt;.Info](VM.ExtendedMemberInfo-1.md#VM_ExtendedMemberInfo_1_Info)

## Constructors

### ExtendedTypeInfo(TypeInfo)

```csharp
public ExtendedTypeInfo(TypeInfo type)

```

#### Parameters

`type` [TypeInfo](https://learn.microsoft.com/dotnet/api/system.reflection.typeinfo)

## Properties

### Type

```csharp
public Type Type { get; }

```

#### Property Value

[Type](https://learn.microsoft.com/dotnet/api/system.type)

### TypeInfo

```csharp
public TypeInfo TypeInfo { get; }

```

#### Property Value

[TypeInfo](https://learn.microsoft.com/dotnet/api/system.reflection.typeinfo)

## Methods

### AddOnChangedMethod(string, Action&lt;object&gt;)

```csharp
public void AddOnChangedMethod(string propertyName, Action<object> onChanged)

```

#### Parameters

`propertyName` [string](https://learn.microsoft.com/dotnet/api/system.string)

`onChanged` [Action](https://learn.microsoft.com/dotnet/api/system.action-1)&lt;[object](https://learn.microsoft.com/dotnet/api/system.object)&gt;

### TryGetOnChangedMethod(string, out Action&lt;object&gt;)

```csharp
public bool TryGetOnChangedMethod(string propertyName, out Action<object> onChanged)

```

#### Parameters

`propertyName` [string](https://learn.microsoft.com/dotnet/api/system.string)

`onChanged` [Action](https://learn.microsoft.com/dotnet/api/system.action-1)&lt;[object](https://learn.microsoft.com/dotnet/api/system.object)&gt;

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)