IDkmClrSymbolSignatureCallback.GetSignatureForConstant Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the COR_SIGNATURE for a local constant.
public:
cli::array <System::Byte> ^ GetSignatureForConstant(Microsoft::VisualStudio::Debugger::Clr::DkmClrLocalConstant ^ clrLocalConstant);
public:
Platform::Array <byte> ^ GetSignatureForConstant(Microsoft::VisualStudio::Debugger::Clr::DkmClrLocalConstant ^ clrLocalConstant);
std::Array <byte> GetSignatureForConstant(Microsoft::VisualStudio::Debugger::Clr::DkmClrLocalConstant const & clrLocalConstant);
public byte[] GetSignatureForConstant (Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalConstant clrLocalConstant);
public byte[]? GetSignatureForConstant (Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalConstant clrLocalConstant);
abstract member GetSignatureForConstant : Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalConstant -> byte[]
Public Function GetSignatureForConstant (clrLocalConstant As DkmClrLocalConstant) As Byte()
Parameters
- clrLocalConstant
- DkmClrLocalConstant
[In] Represents a local constant defined within a method scope. These are defined with ISymUnmanagedWriter::DefineConstant or ISymUnmanagedWriter2::DefineConstant2.
Returns
Byte[]
[Out] The COR_SIGNATURE for the constant, which defines the type of this constant.