[PreserveSigAttribute]
HResult StrongNameTokenFromAssemblyEx(
string filePath,
ref IntPtr refPpbStrongNameToken,
ref int refPcbStrongNameToken,
ref IntPtr refPpbPublicKeyBlob,
ref int refPcbPublicKeyBlob
)
<PreserveSigAttribute>
Function StrongNameTokenFromAssemblyEx (
filePath As String,
ByRef refPpbStrongNameToken As IntPtr,
ByRef refPcbStrongNameToken As Integer,
ByRef refPpbPublicKeyBlob As IntPtr,
ByRef refPcbPublicKeyBlob As Integer
) As HResult
Dim instance As IClrStrongName
Dim filePath As String
Dim refPpbStrongNameToken As IntPtr
Dim refPcbStrongNameToken As Integer
Dim refPpbPublicKeyBlob As IntPtr
Dim refPcbPublicKeyBlob As Integer
Dim returnValue As HResult
returnValue = instance.StrongNameTokenFromAssemblyEx(filePath,
refPpbStrongNameToken, refPcbStrongNameToken,
refPpbPublicKeyBlob, refPcbPublicKeyBlob)
[PreserveSigAttribute]
HResult StrongNameTokenFromAssemblyEx(
[InAttribute] String^ filePath,
IntPtr% refPpbStrongNameToken,
int% refPcbStrongNameToken,
IntPtr% refPpbPublicKeyBlob,
int% refPcbPublicKeyBlob
)
[<PreserveSigAttribute>]
abstract StrongNameTokenFromAssemblyEx :
filePath : string *
refPpbStrongNameToken : IntPtr byref *
refPcbStrongNameToken : int byref *
refPpbPublicKeyBlob : IntPtr byref *
refPcbPublicKeyBlob : int byref -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="filePath"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPpbStrongNameToken"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPcbStrongNameToken"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPpbPublicKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPcbPublicKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameTokenFromAssemblyEx(System.String,System.IntPtr@,System.Int32@,System.IntPtr@,System.Int32@)"]