About 319 results
Open links in new tab
  1. Get started with Reflect in Teams | Microsoft Support

    Reflect in Teams is pre-installed and available for free in every class and staff team, offering a simple way to conduct check-ins with your students and colleagues. Utilizing Reflect in the classroom …

  2. Dynamically Loading and Using Types - .NET | Microsoft Learn

    Mar 30, 2024 · Dynamically load and use types in .NET. Use reflection, which provides infrastructure used by language compilers to implement implicit late binding.

  3. How to install Micro focus reflection OR HLLAPI Protocol to connect ...

    Sep 17, 2025 · Hi , Need help in installing HLLAPI protocol OR Micro Focus Reflection Desktop for terminal Emulation software.

  4. Reflection and Generic Types - .NET | Microsoft Learn

    Mar 30, 2024 · Get started with reflection and generic types in .NET. Unlike an ordinary type, a generic type is associated with a set of type parameters or type arguments.

  5. Access attributes using reflection - C# | Microsoft Learn

    Mar 15, 2023 · Use reflection to get information defined with custom attributes in C# by using the GetCustomAttributes method.

  6. Attributes and reflection - C# | Microsoft Learn

    Mar 19, 2025 · Use attributes to associate metadata or declarative information in C#. Query attributes at run time with reflection APIs that describe assemblies, modules, and types.

  7. How to: Define a generic type with reflection emit (.NET Framework)

    Jan 9, 2026 · Learn how to define a generic type with reflection emit. Create a generic type with two type parameters, apply class constraints, interface constraints, and more.

  8. Emitting Dynamic Methods and Assemblies - .NET

    Dec 3, 2025 · Emit dynamic methods and assemblies using the System.Reflection.Emit namespace, which allows a compiler or tool to emit metadata and CIL code at runtime.

  9. Add an outline, shadow, reflection, or glow text effect in Word

    Change the look of your text or WordArt by changing its fill or outline, or by adding an effect, such as a shadow, reflection, or glow. Select your text or WordArt. On the Home tab, select Text Effects. …

  10. How to: Examine and instantiate generic types with reflection

    Mar 22, 2025 · See how to examine and instantiate generic types with reflection. Use the IsGenericType, IsGenericParameter, and GenericParameterPosition properties.

  11. How to: Hook Up a Delegate Using Reflection - .NET

    Mar 30, 2024 · See how to hook up a delegate using reflection in .NET. Connect an existing method to an event by getting the necessary types through reflection.