Top "System.reflection" questions

System.

Create object instance of a class having its name in string variable

I don't know the thing I am asking is available or not but I just want to know if it …

c# .net reflection runtime system.reflection
Difference between LoadFile and LoadFrom with .NET Assemblies?

I was looking at the msdn documentation and I am still a little confused on what exactly is the difference …

.net assemblies system.reflection assembly-loading
How to get the name of current function?

Possible Duplicate: Can you use reflection to find the name of the currently executing method? C# how to get the …

c# .net system.reflection
GetProperty reflection results in "Ambiguous match found" on new property

How can I get my property? Currently an error is occuring of Ambiguous match found, see the comment line in …

c# reflection system.reflection
Dapper with Attributes mapping

I try to map my Id fields with the Column Attributes but for some reason this doesn't seem to work …

c# dapper system.reflection
What does System.Reflection.TargetException: Non-static method requires a target. mean?

In my application I receive the functionCode value from somewhere and need to reflect the appropriate class. I tried to …

c# system.reflection
Calling Assembly to get Application Name

I have a console application (MyProgram.EXE) that references a Utilities assembly. In my Utilities assembly, I have code that …

.net vb.net system.reflection
Convert List<object> to List<Type>, Type is known at runtime

I am implementing some kind of deserialization and struggled with a next problem: I have List<object> and …

c# system.reflection
Get Types in assembly (error: System.Reflection.ReflectionTypeLoadException)

I'm receiving an Exception of type "Exception Details: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested …

c# asp.net-mvc entity-framework system.reflection
C# Getting Parent Assembly Name of Calling Assembly

I've got a C# unit test application that I'm working on. There are three assemblies involved - the assembly of …

c# .net reflection system.reflection