HackedBrain.ScriptCs.ClrMd.ClrMdPack.DumpArray C# (CSharp) 메소드

DumpArray() 공개 메소드

public DumpArray ( ulong objectRef ) : void
objectRef ulong
리턴 void
		public void DumpArray(ulong objectRef)
		{
			this.DumpArray(objectRef, 0, int.MaxValue, false);
		}

Same methods

ClrMdPack::DumpArray ( ulong objectRef, int startIndex, bool dumpFields ) : void
ClrMdPack::DumpArray ( ulong objectRef, int startIndex, int length ) : void
ClrMdPack::DumpArray ( ulong objectRef, int startIndex, int length, bool dumpFields ) : void