GlobalModule Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6.GlobalModule
Namespace: Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<StandardModuleAttribute> _
Public NotInheritable Class GlobalModule
[StandardModuleAttribute]
public sealed class GlobalModule
[StandardModuleAttribute]
public ref class GlobalModule sealed
[<Sealed>]
[<StandardModuleAttribute>]
type GlobalModule = class end
public final class GlobalModule
The GlobalModule type exposes the following members.
Properties
Name | Description | |
---|---|---|
Printers | Infrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Provides support for the Printer module for use during upgrading.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace
Other Resources
How to: Fix Upgrade Errors by Using the Printer Compatibility Library (Visual Basic)
Deploying Applications That Reference the Printer Compatibility Library