-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_AssemblyExtensions
andrewvk edited this page Apr 5, 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#
public static class AssemblyExtensionsVB
<ExtensionAttribute>
Public NotInheritable Class AssemblyExtensionsF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AssemblyExtensions = class endThe 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. |
