この記事では、帯域外でリリースされた、特定のプラットフォームを対象とする、またはプライベート型または内部型である .NET Framework API の一覧を示します。
OOB プロジェクト
クロスプラットフォーム開発を改善し、新機能を早期に導入するために、一部の .NET Framework 機能が帯域外 (OOB) でリリースされました。
| プロジェクト | 説明 |
|---|---|
| System.Collections.Immutable | スレッド セーフであり、内容を変更することが保証されていないコレクションを提供します。 |
| WinHttpHandler | Windows の WinHTTP インターフェイスに基づく HttpClient のメッセージ ハンドラーを提供します。 |
| System.Numerics | SIMD ハードウェア ベースのアクセラレーションを利用できるベクター型のライブラリを提供します。 |
| System.Threading.Tasks.Dataflow | TPL データフロー ライブラリには、コンカレンシー対応アプリケーションの堅牢性を高めるのに役立つデータフロー コンポーネントが用意されています。 |
プラットフォーム固有のライブラリ
一部のライブラリは、特定のプラットフォームを対象としています。 たとえば、 CodePagesEncodingProvider クラスを使用すると、.NET Framework を使用して開発された UWP アプリでコード ページエンコードを使用できるようになります。
| プロジェクト | 説明 |
|---|---|
| CodePagesEncodingProvider | EncodingProvider クラスを拡張して、ユニバーサル Windows プラットフォームを対象とするアプリでコード ページ エンコードを使用できるようにします。 |
| .NET のポイント オブ サービス | POS デバイスと対話するアプリケーションを開発できるクラスのセットを提供します。 |
プライベート API
これらの API は製品インフラストラクチャをサポートしており、コードから直接使用することを意図またはサポートしていません。
- Microsoft.SqlServer.Server.SmiOrderProperty.Item プロパティ
- System.Exception.PrepForRemoting メソッド
- System.Data.SqlTypes.SqlBinary コンストラクター
- System.Data.SqlTypes.SqlChars.Stream プロパティ
- System.Data.SqlTypes.SqlGuid コンストラクター
- System.Data.SqlTypes.SqlMoney コンストラクター
- System.Data.SqlTypes.SqlMoney.ToSqlInternalRepresentation メソッド
- System.Data.SqlTypes.SqlStreamChars コンストラクター
- System.Data.SqlTypes.SqlStreamChars.CanSeek プロパティ
- System.Data.SqlTypes.SqlStreamChars.IsNull プロパティ
- System.Data.SqlTypes.SqlStreamChars.Length プロパティ
- System.Data.SqlTypes.SqlStreamChars.Close メソッド
- System.Data.SqlTypes.SqlStreamChars.Dispose メソッド
- System.Data.SqlTypes.SqlStreamChars.Flush メソッド
- System.Data.SqlTypes.SqlStreamChars.Read メソッド
- System.Data.SqlTypes.SqlStreamChars.Seek メソッド
- System.Data.SqlTypes.SqlStreamChars.SetLength メソッド
- System.Data.SqlTypes.SqlStreamChars.Write メソッド
- System.IO.MemoryStream.InternalGetOriginAndLength メソッド
- System.Net.ComNetOS クラス
- System.Net.Connection クラス
- System.Net.Connection.m_WriteList フィールド
- System.Net.ConnectionGroup クラス
- System.Net.ConnectionGroup.m_ConnectionList フィールド
- System.Net.ConnectStream.Connection プロパティ
- System.Net.CoreResponseData クラス
- System.Net.CoreResponseData.m_ResponseHeaders フィールド
- System.Net.CoreResponseData.m_StatusCode フィールド
- System.Net.ExceptionHelper クラス
- System.Net.HttpStatusDescription クラス
- System.Net.HttpWebRequest._AutoRedirects フィールド
- System.Net.HttpWebRequest._CoreResponse フィールド
- System.Net.HttpWebRequest._HttpResponse フィールド
- System.Net.Logging クラス
- System.Net.Mail.MailAddressParser クラス
- System.Net.Mail.QuotedPairReader クラス
- System.Net.Mime.MailBnfHelper クラス
- System.Net.PooledStream.NetworkStream プロパティ
- System.Net.RtcState クラス
- System.Net.Security.SslState.SslProtocol プロパティ
- System.Net.ServicePoint.m_ConnectionGroupList フィールド
- System.Net.ServicePointManager.CloseConnectionGroups メソッド
- System.Net.ServicePointManager.s_ServicePointTable フィールド
- System.Net.TlsStream.m_Worker フィールド
- System.Net.UnsafeNclNativeMethods クラス
- System.Net.WebHeaderCollection.AddInternal メソッド
- System.ServiceModel.Channels.Message.BodyToString メソッド
- System.ServiceModel.Channels.Message.WriteStartHeaders メソッド
- System.Web.Compilation.ControlBuilderInterceptor クラス
- System.Windows.Controls.GridViewHeaderRowPresenter.FindHeaderByColumn メソッド
- System.Windows.Controls.GridViewHeaderRowPresenter.MakeParentItemsControlGotFocus メソッド
- System.Windows.Controls.GridViewHeaderRowPresenter.PrepareHeaderDrag メソッド
- System.Windows.Diagnostics.VisualDiagnostics.s_isDebuggerCheckDisabledForTestPurposes フィールド
- System.Windows.Forms.ContainerControl.ResetActiveAndFocusedControlsRecursive メソッド
- System.Windows.Forms.Control.UpdateStylesCore メソッド
- System.Windows.Forms.ControlPaint.CalculateBackgroundImageRectangle メソッド
- System.Windows.Forms.Design.DataMemberFieldEditor クラス
- System.Windows.Forms.Design.DataMemberListEditor クラス
- System.Windows.Forms.Design.StringCollectionEditor クラス
- System.Xml.XmlReader.CreateSqlReader メソッド
- adodb。接続インターフェイス
- adodb.EventReason 列挙型
- adodb.EventStatus 列挙型
- stdole.DISPPARAMS 構造体
- stdole.EXCEPINFO 構造体
- stdole.IFont.Name プロパティ
- stdole。IFontDisp インターフェイス
- stdole.IPicture.Handle プロパティ
- stdole.IPictureDisp.Handle プロパティ
- stdole.StdFont インターフェイス
- stdole.StdPicture インターフェイス
こちらも参照ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET