Skip to content

T_CodeJam_Reflection_AssemblyExtensions

Andrew Koryavchenko edited this page Jun 17, 2018 · 8 revisions

AssemblyExtensions Class

The Assembly extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Reflection.AssemblyExtensions
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class AssemblyExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class AssemblyExtensions

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AssemblyExtensions =  class end

The AssemblyExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member GetAssemblyDirectory Returns directory part of path to assembly assembly file.
Public methodStatic member GetAssemblyPath Returns path to the assembly file.
Public methodStatic member GetRequiredResourceStream Loads the specified manifest resource from this assembly, and checks if it exists.
Public methodStatic member IsDebugAssembly Checks that the assembly is build with IsJITOptimizerDisabled set to false.
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally