SampleClassLibrary.Utils Namespace

Contains general-purpose helper classes.
Classes
 
Name Description
Internal (Friend) class Static HelperFunctions This is an example of a module in VB which is represented as a sealed class with static members in C#.
Top
Remarks
 

To document a namespace, you do this directly in the source code. Just select any file that contains the namespace and add an XML comment in front of the namespace keyword. You can use VSdocman's "Add XML comment" from context menu or the comment editor.

You can ignore the VS warning that XML comment will be ignored for a namespace. If you add an XML comment for the same namespace on multiple places, VSdocman will show a warning during the compilation and a random comment will be used.

This is the class diagram of this namespace:

AsPrettyString(SampleClassLibrary.MainClass) FindWindowEx(System.IntPtr, System.IntPtr, System.String, System.String) GetCurrentDate() RegisterClipboardFormat(System.String) SampleClassLibrary.Utils.HelperFunctions

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Core

Supported in: 1.0, 1.1, 2.0

.NET Standard

Supported in: 2.0

Xamarin.Android

Supported in: 7.1

Portable Class Library

Supported in: Portable Class Library

In this article

Definition