# .SYNOPSIS This script demonstrates the Assembly.GetType method. .DESCRIPTION This script creates an int32, then calls into .NET to find the assembly that the int32 class comes from. The assembly details are then output. This script is a re-work of an MSDN ...