ICLRStrongNameStrongNameGetBlob Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameGetBlob(
string pwzFilePath,
byte[] pbBlob,
out int pcbBlob
)
Sub StrongNameGetBlob (
pwzFilePath As String,
<OutAttribute> pbBlob As Byte(),
<OutAttribute> ByRef pcbBlob As Integer
)
void StrongNameGetBlob(
[InAttribute] String^ pwzFilePath,
[OutAttribute] array<unsigned char>^ pbBlob,
[InAttribute] [OutAttribute] int% pcbBlob
)
abstract StrongNameGetBlob :
pwzFilePath : string *
pbBlob : byte[] byref *
pcbBlob : int byref -> unit
Parameters
- pwzFilePath
- Type: SystemString
- pbBlob
- Type: SystemByte
- pcbBlob
- Type: SystemInt32
See Also