Glossary:Definition - Type safety

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Type safety
 Definition  A feature of strongly typed languages like Visual C# and the Java language. Type-safe code accesses memory only in authorized, well-defined, and permissible ways. Type-safe code cannot perform operations that would be invalid for a specific object. The Microsoft Visual C# and VB.NET language compilers produce type-safe code; and, type safety is verified during JIT-compilation. Also, the PEVerify tool can be used to verify code type safety.
 See also
You may edit this definition to improve or extend it.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools