BasicCard image or debug file support class
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)]
public class BasicCardImage |
Visual Basic |
---|
<CLSCompliantAttribute(true)>
Public Class BasicCardImage |
Visual C++ |
---|
[CLSCompliantAttribute(true)]
public ref class BasicCardImage |
F# |
---|
[<CLSCompliantAttribute(true)>]
type BasicCardImage = class end |
Inheritance Hierarchy
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also