Table of Contents

Class AssemblyExtension

Namespace
Xarial.XToolkit.Reflection
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
public static class AssemblyExtension
Inheritance
AssemblyExtension
Inherited Members

Methods

TryGetAttribute<TAtt>(Assembly, out TAtt)

public static bool TryGetAttribute<TAtt>(this Assembly assm, out TAtt att) where TAtt : Attribute

Parameters

assm Assembly
att TAtt

Returns

bool

Type Parameters

TAtt

WithAttribute<TAtt>(Assembly, Action<TAtt>)

public static void WithAttribute<TAtt>(this Assembly assm, Action<TAtt> action) where TAtt : Attribute

Parameters

assm Assembly
action Action<TAtt>

Type Parameters

TAtt