SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドの意味・解説 

SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッド

提供され名前空間アセンブリの名前から共通言語ランタイム型名前空間の名前を返します

名前空間: System.Runtime.Remoting
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared Function CodeXmlNamespaceForClrTypeNamespace
 ( _
    typeNamespace As String, _
    assemblyName As String _
) As String
Dim typeNamespace As String
Dim assemblyName As String
Dim returnValue As String

returnValue = SoapServices.CodeXmlNamespaceForClrTypeNamespace(typeNamespace, assemblyName)
public static string CodeXmlNamespaceForClrTypeNamespace
 (
    string typeNamespace,
    string assemblyName
)
public:
static String^ CodeXmlNamespaceForClrTypeNamespace (
    String^ typeNamespace, 
    String^ assemblyName
)
public static String CodeXmlNamespaceForClrTypeNamespace
 (
    String typeNamespace, 
    String assemblyName
)
public static function CodeXmlNamespaceForClrTypeNamespace
 (
    typeNamespace : String, 
    assemblyName : String
) : String

パラメータ

typeNamespace

コード化する名前空間

assemblyName

コード化するアセンブリの名前。

戻り値
指定され名前空間アセンブリの名前から作成した共通言語ランタイム型名前空間の名前。

例外例外
例外種類条件

ArgumentNullException

assemblyName パラメータtypeNamespace パラメータが、いずれも null 参照 (Visual Basic では Nothing) または空です。

SecurityException

直前呼び出し元にインフラストラクチャ アクセス許可がありません。

解説解説
使用例使用例

このメソッド使用する方法次のコード例示します。このコード例は、SoapServices クラストピック取り上げているコード例一部分です。

// Convert a CLR namespace and assembly name into an XML namespace.
string xmlNamespace = 
    SoapServices.CodeXmlNamespaceForClrTypeNamespace(
    "ExampleNamespace", "AssemblyName");
Console.WriteLine("The name of the XML namespace is {0}.",
 
    xmlNamespace);
// Convert a CLR namespace and assembly name into an XML namespace.
String^ xmlNamespace = SoapServices::CodeXmlNamespaceForClrTypeNamespace(
   L"ExampleNamespace", L"AssemblyName" );
Console::WriteLine( L"The name of the XML namespace is {0}.",
 xmlNamespace );
// Convert a CLR namespace and assembly name into an XML namespace.
String xmlNamespace = SoapServices.CodeXmlNamespaceForClrTypeNamespace(
    "ExampleNamespace", "AssemblyName");
Console.WriteLine("The name of the XML namespace is {0}.",
 xmlNamespace);
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SoapServices クラス
SoapServices メンバ
System.Runtime.Remoting 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からSoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からSoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からSoapServices.CodeXmlNamespaceForClrTypeNamespace メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッド」の関連用語

SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS