C# Class SystemEx.AssemblyExtensions

Datei anzeigen Open project: pvginkel/SystemEx

Public Methods

Method Description
IsEcmaAssembly ( Assembly asm ) : bool
IsSystemAssembly ( Assembly asm ) : bool

Method Details

IsEcmaAssembly() public static method

public static IsEcmaAssembly ( Assembly asm ) : bool
asm System.Reflection.Assembly
return bool

IsSystemAssembly() public static method

public static IsSystemAssembly ( Assembly asm ) : bool
asm System.Reflection.Assembly
return bool