ReactOS 0.4.15-dev-7934-g1dc8d80
IAssemblyNameImpl Struct Reference
Collaboration diagram for IAssemblyNameImpl:

Public Attributes

IAssemblyName IAssemblyName_iface
 
LPWSTR path
 
LPWSTR displayname
 
LPWSTR name
 
LPWSTR culture
 
LPWSTR procarch
 
WORD version [4]
 
DWORD versize
 
BYTE pubkey [8]
 
BOOL haspubkey
 
PEKIND pekind
 
LONG ref
 

Detailed Description

Definition at line 44 of file asmname.c.

Member Data Documentation

◆ culture

LPWSTR IAssemblyNameImpl::culture

Definition at line 51 of file asmname.c.

◆ displayname

LPWSTR IAssemblyNameImpl::displayname

Definition at line 49 of file asmname.c.

◆ haspubkey

BOOL IAssemblyNameImpl::haspubkey

Definition at line 58 of file asmname.c.

◆ IAssemblyName_iface

IAssemblyName IAssemblyNameImpl::IAssemblyName_iface

Definition at line 45 of file asmname.c.

◆ name

LPWSTR IAssemblyNameImpl::name

Definition at line 50 of file asmname.c.

◆ path

LPWSTR IAssemblyNameImpl::path

Definition at line 47 of file asmname.c.

◆ pekind

PEKIND IAssemblyNameImpl::pekind

Definition at line 60 of file asmname.c.

◆ procarch

LPWSTR IAssemblyNameImpl::procarch

Definition at line 52 of file asmname.c.

◆ pubkey

BYTE IAssemblyNameImpl::pubkey[8]

Definition at line 57 of file asmname.c.

◆ ref

LONG IAssemblyNameImpl::ref

Definition at line 62 of file asmname.c.

◆ version

WORD IAssemblyNameImpl::version[4]

Definition at line 54 of file asmname.c.

◆ versize

DWORD IAssemblyNameImpl::versize

Definition at line 55 of file asmname.c.


The documentation for this struct was generated from the following file: