Skip to content

T_CodeJam_Reflection_AssemblyExtensions

andrewvk edited this page Jun 23, 2016 · 8 revisions

AssemblyExtensions Class

The Assembly extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Reflection.AssemblyExtensions
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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 assembly assembly file.
Public methodStatic member GetRequiredResourceStream Loads the specified manifest resource from this assembly, and checks if it exists.
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally