MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / PropertyArray

Class PropertyArray

windows/winobject/event_log.py:907–916  ·  view source on GitHub ↗

TODO

Source from the content-addressed store, hash-verified

905
906
907class PropertyArray(gdef.EVT_OBJECT_ARRAY_PROPERTY_HANDLE):
908 "TODO"
909 @property
910 def size(self):
911 array_size = gdef.DWORD()
912 windows.winproxy.EvtGetObjectArraySize(self, array_size)
913 return array_size.value
914
915 def property(self, type, index):
916 return arrayproperty(self, type, index).value
917
918class EventMetadata(EvtHandle):
919 """The Metadata about a given Event type

Callers 5

chanrefsMethod · 0.85
levelrefsMethod · 0.85
opcoderefsMethod · 0.85
keywordrefsMethod · 0.85
taskrefsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected