ModuleBuilder.GetStringConstant(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回模組常數集區中指定字串的權杖。
public:
System::Reflection::Emit::StringToken GetStringConstant(System::String ^ str);
public System.Reflection.Emit.StringToken GetStringConstant (string str);
member this.GetStringConstant : string -> System.Reflection.Emit.StringToken
Public Function GetStringConstant (str As String) As StringToken
參數
- str
- String
字串,要加入至模組常數集區。
傳回
常數集區中的字串語彙基元。
例外狀況
str
為 null
。
備註
如果 str
已經定義,則會傳回現有的令牌。