AssemblyExtensions.TryGetRawMetadata(Assembly, Byte*, Int32) Method
Definition
Important
This API is not CLS-compliant.
public:
[System::Runtime::CompilerServices::Extension]
static bool TryGetRawMetadata(System::Reflection::Assembly ^ assembly, [Runtime::InteropServices::Out] System::Byte* % blob, [Runtime::InteropServices::Out] int % length);
[System.CLSCompliant(false)]
public static bool TryGetRawMetadata (this System.Reflection.Assembly assembly, out byte* blob, out int length);
[<System.CLSCompliant(false)>]
static member TryGetRawMetadata : System.Reflection.Assembly * Byte* * int -> bool
Parameters
- assembly
- Assembly
- blob
- Byte*
- length
- Int32
Returns
- Attributes