-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Reflection_AssemblyExtensions
andrewvk edited this page Mar 30, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
The Assembly extensions.
System.Object
CodeJam.Reflection.AssemblyExtensions
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[PublicAPIAttribute]
public static class AssemblyExtensions
VB
<ExtensionAttribute>
<PublicAPIAttribute>
Public NotInheritable Class AssemblyExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
[<PublicAPIAttribute>]
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 assembly assembly file. |
![]() ![]() |
GetRequiredResourceStream | Loads the specified manifest resource from this assembly, and checks if it exists. |