ICorDebugAssembly.GetCodeBase(UInt32, UInt32, Char[]) 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.
public:
void GetCodeBase(System::UInt32 cchName, [Runtime::InteropServices::Out] System::UInt32 % pcchName, cli::array <char> ^ szName);
public void GetCodeBase (uint cchName, out uint pcchName, char[] szName);
public void GetCodeBase (uint cchName, out uint pcchName, char[]? szName);
abstract member GetCodeBase : uint32 * uint32 * char[] -> unit
Public Sub GetCodeBase (cchName As UInteger, ByRef pcchName As UInteger, szName As Char())
Parameters
- cchName
- UInt32
- pcchName
- UInt32
- szName
- Char[]