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

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

SoapServices.DecodeXmlNamespaceForClrTypeNamespace メソッド

指定され共通言語ランタイム名前空間から、XML 名前空間アセンブリの名前をデコードます。

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

Public Shared Function DecodeXmlNamespaceForClrTypeNamespace
 ( _
    inNamespace As String, _
    <OutAttribute> ByRef typeNamespace As
 String, _
    <OutAttribute> ByRef assemblyName As
 String _
) As Boolean
Dim inNamespace As String
Dim typeNamespace As String
Dim assemblyName As String
Dim returnValue As Boolean

returnValue = SoapServices.DecodeXmlNamespaceForClrTypeNamespace(inNamespace, typeNamespace,
 assemblyName)
public static bool DecodeXmlNamespaceForClrTypeNamespace
 (
    string inNamespace,
    out string typeNamespace,
    out string assemblyName
)
public:
static bool DecodeXmlNamespaceForClrTypeNamespace
 (
    String^ inNamespace, 
    [OutAttribute] String^% typeNamespace, 
    [OutAttribute] String^% assemblyName
)
public static boolean DecodeXmlNamespaceForClrTypeNamespace
 (
    String inNamespace, 
    /** @attribute OutAttribute() */ /** @ref */ String typeNamespace, 
    /** @attribute OutAttribute() */ /** @ref */ String assemblyName
)
JScript では、値型引数参照渡しされません。

パラメータ

inNamespace

共通言語ランタイム名前空間

typeNamespace

このメソッド返されるときに、デコードされた名前空間の名前を保持する String格納します。このパラメータ初期化せずに渡されます。

assemblyName

このメソッド返されるときに、デコードされたアセンブリの名前を保持する String格納します。このパラメータ初期化せずに渡されます。

戻り値
名前空間アセンブリの名前が正常にデコードされた場合trueそれ以外場合false

例外例外
例外種類条件

ArgumentNullException

inNamespace パラメータnull 参照 (Visual Basic では Nothing) または空です。

SecurityException

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

解説解説
使用例使用例

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

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


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

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

辞書ショートカット

すべての辞書の索引

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

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

   

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



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

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

©2025 GRAS Group, Inc.RSS