-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_AssemblyExtensions
Andrew Koryavchenko edited this page Jun 17, 2018
·
8 revisions
The Assembly extensions.
System.Object
CodeJam.Reflection.AssemblyExtensions
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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.
Name | Description | |
---|---|---|
GetAssemblyDirectory | Returns directory part of path to assembly assembly file. | |
GetAssemblyPath | Returns path to the assembly file. | |
GetRequiredResourceStream | Loads the specified manifest resource from this assembly, and checks if it exists. | |
IsDebugAssembly |
Checks that the assembly is build with IsJITOptimizerDisabled set to false . |