Gets the reflection Assembly corresponding to the current instance.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Function GetSystemAssembly As Assembly
C#
Assembly GetSystemAssembly()
Visual C++
Assembly^ GetSystemAssembly()

Return Value

The Assembly corresponding to this instance, or null if the assembly could not be found.

See Also