Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.18 KB

iceegen-emitstring-method.md

File metadata and controls

55 lines (41 loc) · 1.18 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICeeGen::EmitString Method
ICeeGen::EmitString Method
03/30/2017
ICeeGen.EmitString
mscoree.dll
COM
ICeeGen::EmitString
EmitString method [.NET Framework metadata]
ICeeGen::EmitString method [.NET Framework metadata]
ad2710a7-edb8-4493-8619-3fce235e3334
apiref

ICeeGen::EmitString Method

Emits the specified string into the code base.

This method is obsolete and should not be used.

Syntax

HRESULT EmitString (  
    [in]  LPWSTR    lpString,  
    [out] ULONG     *RVA  
);  

Parameters

lpString
[in] The string to emit.

RVA
[out] The relative virtual address of the emitted string.

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also