Изменения документа Сценарии

Редактировал(а) Alexandr Fokin 2024/09/30 14:14

От версии 1.7
отредактировано Alexandr Fokin
на 2024/09/30 14:14
Изменить комментарий: К данной версии нет комментариев
К версии 1.3
отредактировано Alexandr Fokin
на 2022/12/07 07:45
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,10 +1,4 @@
1 -|(% style="width:174px" %)Поиск типа|(% style="width:1348px" %)(((
2 -|Find Types in All Assemblies
3 -[[https:~~/~~/stackoverflow.com/questions/4692340/find-types-in-all-assemblies>>https://stackoverflow.com/questions/4692340/find-types-in-all-assemblies]]
4 -|{{code language="c#"}}var assemblyQualifiedName = type.AssemblyQualifiedName;
5 -Type.GetType(assemblyQualifiedName, throwOnError: false){{/code}}
6 -)))
7 -|(% style="width:174px" %) |(% style="width:1348px" %)(((
1 +|(% style="width:123px" %) |(% style="width:1340px" %)(((
8 8  Find a private field with Reflection?
9 9  [[https:~~/~~/stackoverflow.com/questions/95910/find-a-private-field-with-reflection>>https://stackoverflow.com/questions/95910/find-a-private-field-with-reflection]]
10 10  
... ... @@ -14,15 +14,7 @@
14 14  Invoke method by MethodInfo
15 15  [[https:~~/~~/stackoverflow.com/questions/919826/invoke-method-by-methodinfo>>https://stackoverflow.com/questions/919826/invoke-method-by-methodinfo]]
16 16  )))
17 -|(% style="width:174px" %)Получение типа независимо от nullable|(% style="width:1348px" %){{code language="c#"}}PropertyInfo prop;
18 -var type = Nullable.GetUnderlyingType(prop.PropertyType)
19 - ?? prop.PropertyType;{{/code}}
20 -|(% style="width:174px" %)Формирование конкретного типа на основе Generic|(% style="width:1348px" %)(((
21 -Type.MakeGenericType
22 -[[https:~~/~~/learn.microsoft.com/ru-ru/dotnet/api/system.type.makegenerictype?view=net-7.0>>https://learn.microsoft.com/ru-ru/dotnet/api/system.type.makegenerictype?view=net-7.0]]
11 +|(% style="width:123px" %) |(% style="width:1340px" %)
12 +|(% style="width:123px" %) |(% style="width:1340px" %)
23 23  
24 -C# Type MakeGenericType
25 -[[http:~~/~~/www.java2s.com/Tutorials/CSharp/System/Type/C_Type_MakeGenericType.htm>>http://www.java2s.com/Tutorials/CSharp/System/Type/C_Type_MakeGenericType.htm]]
26 -)))
27 -
28 28